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 d7247f7 commit c8c2408Copy full SHA for c8c2408
google_symptoms/delphi_google_symptoms/geo.py
@@ -21,7 +21,7 @@ def generate_transition_matrix(geo_res):
21
The first is a data frame for HRR regions and the second are MSA
22
regions.
23
"""
24
- map_df = gmpr._load_crosswalk("fips", geo_res) # pylint: disable=W0212
+ map_df = gmpr._load_crosswalk("fips", geo_res) # pylint: disable=protected-access
25
# Add population as weights
26
map_df = gmpr.add_population_column(map_df, "fips")
27
if geo_res == "hrr":
@@ -75,4 +75,4 @@ def geo_map(df, geo_res):
75
newdf[mask] = np.nan
76
converted_df = converted_df.append(newdf)
77
return converted_df
78
-
+
0 commit comments