Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
T643. | Producers, Principal, Race - Number of Operations by Area Operated | |||||
Universe: none | ||||||
T643_003 Area Operated: (10.0 to 49.9 Acres)
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_123_PRDCRSPANOOAO_2;
if (ORG_1:COA2017_123_PRDCRSPANOOAO_2.IsNull)
oretval.IsNull = true;
return oretval;
|