Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
T589. | Male Producers by Days Worked Off Operation | |||||
Universe: none | ||||||
T589_002 Days Worked Off Operation, 0 Days
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_113_PRDCRSMDWOO0DNOP;
if (ORG_1:COA2017_113_PRDCRSMDWOO0DNOP.IsNull)
oretval.IsNull = true;
return oretval;
|