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

Address Line One Addresses With Space Not parsed Correctly #15

Open
cwalsh003 opened this issue Sep 25, 2020 · 1 comment
Open

Address Line One Addresses With Space Not parsed Correctly #15

cwalsh003 opened this issue Sep 25, 2020 · 1 comment

Comments

@cwalsh003
Copy link

If an address street contains a space in its main part the address is parsed incorrectly.

addr = ('9999 LA TORTOLA SAN DIEGO CA 92129')
{'address_line_1': '12790 LA', 'address_line_2': None, 'city': 'TORTOLA SAN DIEGO', 'state': 'CA', 'postal_code': '92129'}

addr = ('12790 FOO BAR SAN DIEGO CA 92129')
{'address_line_1': '12790 FOO', 'address_line_2': None, 'city': 'BAR SAN DIEGO', 'state': 'CA', 'postal_code': '92129'}
@fablet
Copy link
Member

fablet commented Dec 14, 2023

This is an issue with the usaddress package. I have submitted an issue there datamade/usaddress#343 but have received no feedback as yet.

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

No branches or pull requests

2 participants