biglocalnews / usps

US Addresses Sampler
MIT License
11 stars 0 forks source link

Request: throw out null addresses #19

Open yinleon opened 1 year ago

yinleon commented 1 year ago

Some addresses on open addresses don't actually have number or street.

We should check if those exist, and throw them out during the data loading and indexing stage.

Screenshot 2023-03-15 at 3 17 53 PM
jnu commented 1 year ago

Only hesitation is that I want to figure out why they are missing. If it's missing from OA then sure, we can toss it. But it might be missing due to an error in our processing, in which case we should fix the underlying error.