-
## Current behavior
When searching for a zipcode starting with 0, we get an error regarding zipcode not being found, but there are zipcodes in US starting with 0 (02134).
## Expected behavior
Searc…
-
`addr_match()` works by grouping both the input and the reference addresses by their tagged five digit zipcode and matching within each of these groups.
This approach benefits from reducing RAM usa…
-
How can you indicate in the diagram that the field is required?
You can indicate that the field must have at least 1 chars. Does not work if field is not sent at all.
![image](https://github.com/…
-
### Is your feature request related to a problem?
This is a just a small papercut. If I have a complex dtype, the repr is hard to read, all in one line:
```python
import ibis
dt = ibis.dtype(
…
-
These were working when search was on the client side on YourPeer but not since the refactor in Feb.
Enable all search to occur in the existing field.
Possible labels available for Specialists.
-
I have a list of missing zipcodes:
Zipcode 70132 not found
Zipcode 33596 not found
Zipcode 46037 not found
Zipcode 29486 not found
Zipcode 62711 not found
Zipcode 50023 not found
Zipcode 8002…
-
## Problem statement
There is a MARS requirement for OTC data (from MMTC, for example) to be able to route based on zipcode, instead of State. State is not a required field in the MARS spec, but zipco…
-
if it's a US address, use City, State and Zipcode, all required
if it's an address outside of US or Canada, use City, Region and Postal Code / Zipcode, all optional
-
Not sure what I was thinking, there's thousands of zipcodes that start with zeros, so when parseInt is called, the zip is no longer 5 figures....
To resolve this we have two options:
A) Add a n…
-
Would there be interest in adding a zipcode lookup functionality for this package? That would mean extending the data beyond just state level and return city, state, county, timezone, lat/long for a g…