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