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_006 Sales: (50,000 or More $)
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_106_CTOOWSOS_10;
if (ORG_1:COA2017_106_CTOOWSOS_10.IsNull)
oretval.IsNull = true;
return oretval;
|