Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
T733. | New and Beginning Producers (Less than 11 Years) by Age | |||||
Universe: none | ||||||
T733_005 Age 35 to 44
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_139_PRDCRSA3T4YOAOL1YNOP;
if (ORG_1:COA2017_139_PRDCRSA3T4YOAOL1YNOP.IsNull)
oretval.IsNull = true;
return oretval;
|