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

WernerE
8 - Asteroid

Thanks

anshuverma0912
8 - Asteroid

Hi, Here is my solution

Tony_Castillo
9 - Comet

 

 

Spoiler
TC_bot_0-1601239109386.png

 

simbert
8 - Asteroid

Tried to not use Regex since it's a beginner's challenge but saw afterwards that the solution uses it too, so I'm not feeling too guilty.

Spoiler
simbert_0-1601480509463.png

 

rajatsadan
8 - Asteroid

Interesting! Learnt a lot about RegEx Tool to solve this problem.

 

 

Hamza21
7 - Meteor

I had no idea how to use REGEX at the start so this took much longer than I'd like to admit haha

sunny430
7 - Meteor

My solution:

Hamza21
7 - Meteor

I did the solution in two ways.

 

1. is to spit out the requireds.

2. is to also add in a column for street address. 

 

Its not as automated as I'd like since it still needs me to input common street name identifiers (ST, DR, etc)

AkimasaKajitani
17 - Castor
17 - Castor

My solution.

 

I think that this challenge is not beginner level.

 

I make 2 pattern. The one is normal and another is use only regression tools.

 

Spoiler
AkimasaKajitani_0-1602997073864.png

 

A2H
11 - Bolide
Spoiler
Capture d’écran, le 2020-10-23 à 18.08.31.png