Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
Table: | T705. Young Producers (Less than 35 Years) by Number of Operations and Number of Operations [32] |
T705. | Young Producers (Less than 35 Years) by Number of Operations and Number of Operations | |||||
Universe: none | ||||||
T705_018 Young Producers, Principal: (1 Young Producers)
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_136_PRDCRSPAL3NOOPP_1;
if (ORG_1:COA2017_136_PRDCRSPAL3NOOPP_1.IsNull)
oretval.IsNull = true;
return oretval;
|