Data Dictionary: | Census 2000 |
Data Source: | U.S. Census Bureau and Social Explorer |
T218. | Average Commute to Work (in min) | |||||||
Universe: Average Commute to Work (in min) | ||||||||
T218_001Average Commute to Work (in min)
Percent base:
None - percentages not computed
Formula used to compute this variable:
if( SF3:P032001 == 0)
Return_Value.IsNull = true;
else
Return_Value = Convert.ToInt32(Math.Round((double)SF3:P033001 / (double)SF3:P032001));
if (SF3:P032001.IsNull)
Return_Value.IsNull = true;
if (SF3:P033001.IsNull || SF3:P032001.IsNull)
Return_Value.IsNull = true;
|