Python Library for Standardizing US Addresses

There is a very nice Python library that you can use to parse and standardize your addresses for geocoding.  Use it to clean up your messy address data.

65c6ae62-0545-11e5-8b65-5d9e71dface5

For more info and to download, visit https://github.com/datamade/usaddress.

To try it out live, visit https://parserator.datamade.us/usaddress.

For Python Nerds: The library utilizes a probabilistic, rather than rule-based approach to parse the data.  This means you can customize and build the library with your own training data if need be.

1 thought on “Python Library for Standardizing US Addresses

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s