Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
Table: | T408. Farms by Concentration of Market Value of Agricultural Products Sold - Labor, Hired [10] |
T408. | Farms by Concentration of Market Value of Agricultural Products Sold - Labor, Hired | |||||
Universe: none | ||||||
T408_009 Concentration: (Top 50 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_LABOHOWEC_3;
if (ORG_1:COA2017_094_LABOHOWEC_3.IsNull)
oretval.IsNull = true;
return oretval;
|