Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
Table: | T376. Farms by Concentration of Market Value of Agricultural Products Sold - Berry Totals [10] |
T376. | Farms by Concentration of Market Value of Agricultural Products Sold - Berry Totals | |||||
Universe: none | ||||||
T376_008 Concentration: (Top 25 Pct of Operations On Farm Sales Basis)
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_092_BTSMIC_2;
if (ORG_1:COA2017_092_BTSMIC_2.IsNull)
oretval.IsNull = true;
return oretval;
|