Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Virgin Island ZIP codes are not supported #60

Open
cdonner opened this issue Jan 31, 2022 · 1 comment
Open

Virgin Island ZIP codes are not supported #60

cdonner opened this issue Jan 31, 2022 · 1 comment

Comments

@cdonner
Copy link

cdonner commented Jan 31, 2022

Describe the problem

The census.gov link given as the data source does recognize zip codes for the Virgin Islands (e.g. '00823') but the module does not.

Sample code to reproduce the problem

zipper = SearchEngine()
zipper.by_state("VI")

Out[4]: []

Potential Solution

Are these zip codes excluded because of the 2 leading zeros, maybe? Can they be allowed into the database?

@MacHu-GWU
Copy link
Owner

@cdonner let me look into it. sorry for the delay reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants