Skip to content

Commit 0fd1770

Browse files
committed
fix
1 parent 9b99127 commit 0fd1770

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/housing_data/build_metros.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
def load_crosswalk_df(data_repo_path: Path) -> pd.DataFrame:
8-
crosswalk_df = pd.read_csv(data_repo_path / "data/crosswalk/cbsa2fipsxw.csv")
8+
crosswalk_df = pd.read_csv(data_repo_path / "data/crosswalk/cbsa2fipsxw_2023.csv")
99

1010
# Drop the μSAs, no one cares about them.
1111
# Most of them are just one county anyway, so showing the combined metro stats doesn't

0 commit comments

Comments
 (0)