diff --git a/_delphi_utils_python/data_proc/geomap/geo_data_proc.py b/_delphi_utils_python/data_proc/geomap/geo_data_proc.py index b807cb1e2..da4f3857f 100644 --- a/_delphi_utils_python/data_proc/geomap/geo_data_proc.py +++ b/_delphi_utils_python/data_proc/geomap/geo_data_proc.py @@ -547,7 +547,7 @@ def derive_fips_hhs_crosswalk(): ) state_hhs = pd.read_csv( join(OUTPUT_DIR, STATE_HHS_OUT_FILENAME), - dtype={"state_code": str, "hhs_region_number": str}, + dtype={"state_code": str, "hhs": str}, ) fips_pop["state_code"] = fips_pop["fips"].str[:2] @@ -573,7 +573,7 @@ def derive_zip_hhs_crosswalk(): ) state_hhs = pd.read_csv( join(OUTPUT_DIR, STATE_HHS_OUT_FILENAME), - dtype={"state_code": str, "hhs_region_number": str}, + dtype={"state_code": str, "hhs": str}, ) ( diff --git a/_delphi_utils_python/delphi_utils/data/zip_hhs_table.csv b/_delphi_utils_python/delphi_utils/data/zip_hhs_table.csv index b729eef9f..b0da49707 100644 --- a/_delphi_utils_python/delphi_utils/data/zip_hhs_table.csv +++ b/_delphi_utils_python/delphi_utils/data/zip_hhs_table.csv @@ -2780,7 +2780,6 @@ zip,weight,hhs 08901,1.0,2 08902,1.0,2 08904,1.0,2 ->>>>>>> add-hhs 10001,1.0,2 10002,1.0,2 10003,1.0,2