Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
T378. | Farms by Concentration of Market Value of Agricultural Products Sold - Cotton, Lint & Seed | |||||
Universe: none | ||||||
T378_010 Concentration: (Top 75 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_CTTNLSSMIC_4;
if (ORG_1:COA2017_092_CTTNLSSMIC_4.IsNull)
oretval.IsNull = true;
return oretval;
|