Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
T446. | Organic Agriculture - Producers by Age | |||||
Universe: none | ||||||
T446_003Producers, Age 35 to 44 - Number of Producers Organic Status: (Nop USDA Certified & Exempt)
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_106_PRDCRSA3T4NOPOS_1;
if (ORG_1:COA2017_106_PRDCRSA3T4NOPOS_1.IsNull)
oretval.IsNull = true;
return oretval;
|