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_043Producers, Principal, Native Hawaiian or Other Pacific Islander, Alone or Combined with Other Races - Number of Operations
T643_046 Area Operated: (50 to 179 Acres)
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_123_PRDCRSPNHOOPIAOCWORNOOAO_3;
if (ORG_1:COA2017_123_PRDCRSPNHOOPIAOCWORNOOAO_3.IsNull)
oretval.IsNull = true;
return oretval;
|