Data Dictionary: | ACS 2006 (1-Year Estimates) |
Data Source: | Social Explorer; U.S. Census Bureau |
A09003. | Average Commute to Work (in min) | |||||||
Universe: Average Commute to Work (in min) | ||||||||
A09003_001Average Commute to Work (in min)
Percent base:
None - percentages not computed
Formula used to compute this variable:
if( ACS06:B08134001 == 0)
Return_Value.IsNull = true;
else
Return_Value = Convert.ToInt32(Math.Round((double)ACS06:B08013001 / (double)ACS06:B08134001));
if (ACS06:B08134001.IsNull)
Return_Value.IsNull = true;
if (ACS06:B08013001.IsNull || ACS06:B08134001.IsNull)
Return_Value.IsNull = true;
|