Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
T287. | Sweet Corn Harvested for Sale | |||||
Universe: none | ||||||
T287_049 Area Harvested, Fresh Market & Processing: (250 to 499 Acres)
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_067_SCFMOWAHAHFMP_9;
if (ORG_1:COA2017_067_SCFMOWAHAHFMP_9.IsNull)
oretval.IsNull = true;
return oretval;
|