Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
T641. | Producers, Principal, Race - Acres Operated by Tenure | |||||
Universe: none | ||||||
T641_033Producers, Principal, Native Hawaiian or Other Pacific Islander, Alone or Combined with Other Races - Acres Operated
T641_035 Tenure: (Part Owner)
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_123_PRDCRSPNHOOPIAOCWORAOT_2;
if (ORG_1:COA2017_123_PRDCRSPNHOOPIAOCWORAOT_2.IsNull)
oretval.IsNull = true;
return oretval;
|