Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
T447. | Organic Agriculture - Producers by Days Worked Off Operation | |||||
Universe: none | ||||||
T447_004Producers, Days Worked Off Operation, 50 to 99 Days - 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_PRDCRSDWOO5T9DNOPOS_1;
if (ORG_1:COA2017_106_PRDCRSDWOO5T9DNOPOS_1.IsNull)
oretval.IsNull = true;
return oretval;
|