Is there a library for parsing US addresses?

后端 未结 7 583
伪装坚强ぢ
伪装坚强ぢ 2021-01-30 11:54

I have a list of US addresses I need to break into city,state, zip code,state etc.

example address : \"16100 Sand Canyon Avenue, Suite 380 Irvine, CA 92618\"

Do

7条回答
  •  长发绾君心
    2021-01-30 12:09

    Check out this Python Package: https://github.com/SwoopSearch/pyaddress

    It also allows flexibility if you know enough details about the addresses to be parsed.

提交回复
热议问题