Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
T444. | Organic Agriculture - Commodity Totals | |||||
Universe: none | ||||||
T444_001Commodity Totals, Organic - Operations with Sales Organic Status: (Nop USDA Certified & Exempt)
T444_005 Sales: (25,000 to 49,999 $)
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_106_CTOOWSOS_9;
if (ORG_1:COA2017_106_CTOOWSOS_9.IsNull)
oretval.IsNull = true;
return oretval;
|