Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
T380. | Farms by Concentration of Market Value of Agricultural Products Sold - Fruit & Tree Nut Totals | |||||
Universe: none | ||||||
T380_008 Concentration: (Top 25 Pct of Operations On Farm Sales Basis)
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_092_FTNTBSMIC_2;
if (ORG_1:COA2017_092_FTNTBSMIC_2.IsNull)
oretval.IsNull = true;
return oretval;
|