Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
Table: | T727. New and Beginning Producers (Less than 11 Years) - Number of Operations by Area Operated [12] |
T727. | New and Beginning Producers (Less than 11 Years) - Number of Operations by Area Operated | |||||
Universe: none | ||||||
T727_009 Area Operated: (10.0 to 49.9 Acres)
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_138_PRDCRSPYOAOL1YNOOAO_2;
if (ORG_1:COA2017_138_PRDCRSPYOAOL1YNOOAO_2.IsNull)
oretval.IsNull = true;
return oretval;
|