We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
zipper = SearchEngine() zipper.by_state("VI") Out[4]: []
Are these zip codes excluded because of the 2 leading zeros, maybe? Can they be allowed into the database?
The text was updated successfully, but these errors were encountered:
@cdonner let me look into it. sorry for the delay reply.
Sorry, something went wrong.
No branches or pull requests
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
Potential Solution
Are these zip codes excluded because of the 2 leading zeros, maybe? Can they be allowed into the database?
The text was updated successfully, but these errors were encountered: