We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b13267 commit 41eddf0Copy full SHA for 41eddf0
google_symptoms/delphi_google_symptoms/geo.py
@@ -31,8 +31,7 @@ def generate_transition_matrix(geo_res):
31
else:
32
mapping_flag = "state_id"
33
map_df = gmpr.get_crosswalk("state", "state")
34
- map_df = gmpr.add_geocode(map_df, "state_code", "hhs")
35
- map_df = gmpr.add_geocode(map_df, "state_code", "nation")
+ map_df = gmpr.add_geocode(map_df, "state_code", geo_res)
36
map_df = gmpr.add_population_column(map_df, "state_code")
37
38
if geo_res == "hrr":
0 commit comments