Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #54: Data Prep Address Parsing

johnemery
11 - Bolide

It looks like my solution is similar to many before.

 

Spoiler
I don't like hard-coding things, so I'm not 100% happy with my solution, but at least it works.

Capture.PNG
Simonvm9114
8 - Asteroid

A slightly different approach, but yet the same result. Nice challange

kellygentry1
7 - Meteor
Spoiler
 

Took a list of all existent street sufixes from cceo.org, so this would work with virtually any address. Replaced the street suffix with an "/" and then parsed the rest!

Spoiler
Angela_M_Burks_0-1581387557968.png
Reesetrain2
9 - Comet

All,

 

My solution is below!

Spoiler
Capture.PNG
Chantelb
9 - Comet
Spoiler
Chantelbbr_0-1581397505924.png
JTCairns
8 - Asteroid

tried to be a bit different... and it failed so back to good old regex

 

JTCairns_0-1581427806159.png

Nicholas_Bignell
8 - Asteroid
 
AdrienGohy
8 - Asteroid

My solution:

LindaLo
8 - Asteroid

using find and replace..