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_006Labor, Hired - Operations with Expense
Percent base:
None - percentages not computed (variable is table universe)
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_094_LABOHOWE;
if (ORG_1:COA2017_094_LABOHOWE.IsNull)
oretval.IsNull = true;
return oretval;
|