Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
T605. | Female Producers by Number of Operations | |||||
Universe: none | ||||||
T605_001Producers, Female - 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_114_PRDCRSFNOO;
if (ORG_1:COA2017_114_PRDCRSFNOO.IsNull)
oretval.IsNull = true;
return oretval;
|