Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
T658. | Producers, Persons in Household by Race | |||||
Universe: none | ||||||
T658_003 American Indian or Alaska Native
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_130_PRDCRSAIOANPIHMIP;
if (ORG_1:COA2017_130_PRDCRSAIOANPIHMIP.IsNull)
oretval.IsNull = true;
return oretval;
|