Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
Table: | T723. New and Beginning Producers (Less than 11 Years On Any Operation) - Farm Operations [12] |
T723. | New and Beginning Producers (Less than 11 Years On Any Operation) - Farm Operations | |||||
Universe: none | ||||||
T723_007Farm Operations, Organization, Tax Purposes, Family & Individual - Number of Operations (New and Beginning Producers)
T723_008 Producers, Principal
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_138_FOOTPFINOOPPOAO_1;
if (ORG_1:COA2017_138_FOOTPFINOOPPOAO_1.IsNull)
oretval.IsNull = true;
return oretval;
|