Washington D.C. number of inbound commuter counties 2020
Format
A data frame of 96 rows and three variables:
- origin
five digit FIPS code for county and state of origin
- destination
five digit FIPS code for county and state of destination
- count
number of workplace commuters
Details
From the U.S. Census Bureau: "The American Community Survey (ACS) asks respondents about their primary workplace location. When information about workers’ residence location and workplace location are coupled, a commuting flow is generated. The origin-destination flow format informs our understanding of interconnectedness between communities, including the interchange of people, goods, and services." For additional information, see the page on commuter data.
References
Internal Revenue Service, Statistics of Income Division (2022). SOI Tax Stats - Migration Data. Last accessed October 26, 2024.
Examples
dc_flows
#> # A tibble: 96 × 3
#> origin dest count
#> <chr> <chr> <int>
#> 1 06037 11001 247
#> 2 06059 11001 131
#> 3 06073 11001 124
#> 4 10003 11001 315
#> 5 10005 11001 350
#> 6 11001 11001 291069
#> 7 11001 24003 1090
#> 8 11001 24005 293
#> 9 11001 24017 377
#> 10 11001 24021 262
#> # ℹ 86 more rows