Closed EvanBolt closed 3 years ago
Describe the bug
When requesting the zip code for Manassas Park, it is listed as being in Prince William County, but it is an independent city in VA and not part of any county
To Reproduce
Steps to reproduce the behavior:
search = SearchEngine(simple_zipcode=True) zipcode = zip_search_engine.by_zipcode('20111').to_dict()
search = SearchEngine(simple_zipcode=True)
zipcode = zip_search_engine.by_zipcode('20111').to_dict()
Expected behavior
Manassas Park should return as a county as well since it is an independent city.
I cannot fix it on this level. But I do want to develop a way to improve single zipcode data error easily in next major release
Describe the bug
When requesting the zip code for Manassas Park, it is listed as being in Prince William County, but it is an independent city in VA and not part of any county
To Reproduce
Steps to reproduce the behavior:
search = SearchEngine(simple_zipcode=True)
zipcode = zip_search_engine.by_zipcode('20111').to_dict()
Expected behavior
Manassas Park should return as a county as well since it is an independent city.