Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
Table: | T433. Renewable Energy [10] |
T433. | Renewable Energy | |||||
Universe: none | ||||||
T433_009Energy, Renewable, Wind Turbines - Operations with Devices
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_104_NRGYRWTOWD;
if (ORG_1:COA2017_104_NRGYRWTOWD.IsNull)
oretval.IsNull = true;
return oretval;
|