We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b99127 commit 0fd1770Copy full SHA for 0fd1770
1 file changed
python/housing_data/build_metros.py
@@ -5,7 +5,7 @@
5
6
7
def load_crosswalk_df(data_repo_path: Path) -> pd.DataFrame:
8
- crosswalk_df = pd.read_csv(data_repo_path / "data/crosswalk/cbsa2fipsxw.csv")
+ crosswalk_df = pd.read_csv(data_repo_path / "data/crosswalk/cbsa2fipsxw_2023.csv")
9
10
# Drop the μSAs, no one cares about them.
11
# Most of them are just one county anyway, so showing the combined metro stats doesn't
0 commit comments