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_001New and Beginning Producers - Number of Producers
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_139_PRDCRSYOAOL1YNOP;
if (ORG_1:COA2017_139_PRDCRSYOAOL1YNOP.IsNull)
oretval.IsNull = true;
return oretval;
|