Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
T452. | Organic Agriculture - Producers by Years On Present Operation | |||||
Universe: none | ||||||
T452_003Producers, Years On Present Operation, 5 to 9 Years - 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_PRDCRSYOPO5T9YNOPOS_1;
if (ORG_1:COA2017_106_PRDCRSYOPO5T9YNOPOS_1.IsNull)
oretval.IsNull = true;
return oretval;
|