Although fuzzy string matching works most of the time, it occasionally matches to the wrong result. For example, if I run acs.from_place("Honolulu, HI", place_type = "Census Designated Place), CenPy will give me data for East Honolulu CDP instead of Urban Honolulu CDP, which is Honolulu's full name in the eyes of the Census.
Although fuzzy string matching works most of the time, it occasionally matches to the wrong result. For example, if I run
acs.from_place("Honolulu, HI", place_type = "Census Designated Place)
, CenPy will give me data for East Honolulu CDP instead of Urban Honolulu CDP, which is Honolulu's full name in the eyes of the Census.