Hello,
I am working with a data set that contains addresses and the goal is to do a left join with a second data set and see which addresses are not found in both, but before I can do the left join, I need to clean up the addresses in my database and I'm looking for help on how to do that.
Some addresses have the street number, street name, street type. Some contain a suite number, some have N/S/E/W, some have St instead of street, Cres, Blvd, etc.
Anyone have any idea how I can clean this up so all addresses have the same format?