Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
T593. | Female Producers- Commodity Totals | |||||
Universe: none | ||||||
T593_001Commodity Totals, Incl Govt Programs - Operations with Receipts Producers: (Gender = Female)
T593_002 Producers, Principal
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_114_CTIGPOWRPP_2;
if (ORG_1:COA2017_114_CTIGPOWRPP_2.IsNull)
oretval.IsNull = true;
return oretval;
|