Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
T462. | Producers, Years On Operation by Producer Type | |||||
Universe: none | ||||||
T462_021 Primary
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_107_PRDCRSPYOPO5T9YNOPB;
if (ORG_1:COA2017_107_PRDCRSPYOPO5T9YNOPB.IsNull)
oretval.IsNull = true;
return oretval;
|