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_003 Sales: (5,000 to 9,999 $)
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_106_CTOOWSOS_7;
if (ORG_1:COA2017_106_CTOOWSOS_7.IsNull)
oretval.IsNull = true;
return oretval;
|