Data Dictionary: | ACS 2015 (5-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( ACS15_5yr:B08134001 == 0)
Return_Value.IsNull = true;
else
Return_Value = Convert.ToInt32(Math.Round((double)ACS15_5yr:B08013001 / (double)ACS15_5yr:B08134001));
if (ACS15_5yr:B08134001.IsNull)
Return_Value.IsNull = true;
if (ACS15_5yr:B08013001.IsNull || ACS15_5yr:B08134001.IsNull)
Return_Value.IsNull = true;
|
Excerpt from: | Social Explorer; U.S. Census Bureau; 2015 ACS 1-year and 2011-2015 ACS 5-year Data Releases: Technical Documentation. |
2015 ACS 1-year and 2011-2015 ACS 5-year Data Releases: Technical Documentation -> Appendix A: Supplemental Documentation -> 2014 Subject Definitions -> Population Variables -> Journey to Work -> Travel Time to Work |