Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
T402. | Farms by Concentration of Market Value of Agricultural Products Sold - Feed | |||||
Universe: none | ||||||
T402_010 Concentration: (Top 75 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_094_FOWEC_4;
if (ORG_1:COA2017_094_FOWEC_4.IsNull)
oretval.IsNull = true;
return oretval;
|