Skip to content

Commit f7d0fd8

Browse files
committed
Merge branch 'add-hhs' into add-hhs-to-utils
2 parents 90aafdd + c02fcec commit f7d0fd8

File tree

2 files changed

+2784
-2783
lines changed

2 files changed

+2784
-2783
lines changed

_delphi_utils_python/data_proc/geomap/geo_data_proc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ def derive_zip_hhs_crosswalk():
569569

570570
zip_state = pd.read_csv(
571571
join(OUTPUT_DIR, ZIP_STATE_CODE_OUT_FILENAME),
572-
dtype={"fips": str, "pop": int, "state_code": str}
572+
dtype={"zip": str, "pop": int, "state_code": str}
573573
)
574574
state_hhs = pd.read_csv(
575575
join(OUTPUT_DIR, STATE_HHS_OUT_FILENAME),

0 commit comments

Comments
 (0)