Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
Table: | T379. Farms by Concentration of Market Value of Agricultural Products Sold - Farm Operations [20] |
T379. | Farms by Concentration of Market Value of Agricultural Products Sold - Farm Operations | |||||
Universe: none | ||||||
T379_016Farm Operations - Operations, Measured in Pct of Farm Operations
Percent base:
None - percentages not computed (variable is table universe)
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_092_FOOMIPOFO;
if (ORG_1:COA2017_092_FOOMIPOFO.IsNull)
oretval.IsNull = true;
return oretval;
|