Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
Table: | T486. Producers, Livestock Decisionmaking - Number of Operations by NAICS Classification [16] |
T486. | Producers, Livestock Decisionmaking - Number of Operations by NAICS Classification | |||||
Universe: none | ||||||
T486_001Producers, Livestock Decisionmaking - Number of 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_108_PRDCRSLDNOO;
if (ORG_1:COA2017_108_PRDCRSLDNOO.IsNull)
oretval.IsNull = true;
return oretval;
|