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 4b9e836 commit dc02bb5Copy full SHA for dc02bb5
_delphi_utils_python/data_proc/geomap/geo_data_proc.py
@@ -607,7 +607,9 @@ def assign_county_groups():
607
else:
608
raise NotImplementedError(
609
"Can't combine old and new county groupings automatically, "
610
- "code is not tested or robust to changes in input format"
+ "code below is not tested or robust to changes in input format."
611
+ "We recommend manually working with the code below and the new"
612
+ "data in a REPL."
613
)
614
615
# Assign an incrementing integer to be the group id of each remaining
0 commit comments