Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
T444. | Organic Agriculture - Commodity Totals | |||||
Universe: none | ||||||
T444_007Commodity Totals, Organic - Sales, Measured in $ Organic Status: (Nop USDA Certified & Exempt)
T444_008 Sales: (Less than 5,000 $)
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_106_CTOSMIOS_6;
if (ORG_1:COA2017_106_CTOSMIOS_6.IsNull)
oretval.IsNull = true;
return oretval;
|