Check the setup
- Python 3.10 or newer
- A notebook environment such as Jupyter or Google Colab
- An internet connection
Block-level origin-destination jobs data for building commute, workforce, and local employment-map prototypes.
From source to product signal
LODES Origin-Destination files count jobs connecting home and work census blocks. Start with one small state's OD main file. Counts are synthesised from administrative records, some states are missing in some years, and block-to-block files are large.
Install the packages, then run the notebook cell.
python -m pip install pandas
import pandas as pd
jobs = pd.read_csv(
"https://lehd.ces.census.gov/data/lodes/LODES8/vt/od/vt_od_main_JT00_2022.csv.gz",
nrows=200,
)
print(jobs.head())Test a useful signal
Test whether a one-state OD extract can power a bounded commute sketch.
U.S. Census Bureau is a government source. Last verified 2026-08-18. Temporal coverage: annual LODES vintages with state-specific start years.