Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
T735. | New and Beginning Producers (Less than 11 Years) by Days Worked Off Operation | |||||
Universe: none | ||||||
T735_005 Days Worked Off Operation, 50 to 99 Days
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_139_PRDCRSDWOO5T9DYOAOL1YNOP;
if (ORG_1:COA2017_139_PRDCRSDWOO5T9DYOAOL1YNOP.IsNull)
oretval.IsNull = true;
return oretval;
|