Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
T666. | Producers, Principal, Residence by Race | |||||
Universe: none | ||||||
T666_025 White, Alone or Combined with Other Races
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_131_PRDCRSPWAOCWORRNOONOP;
if (ORG_1:COA2017_131_PRDCRSPWAOCWORRNOONOP.IsNull)
oretval.IsNull = true;
return oretval;
|