Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

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 #162: Mondays....they're Marvel-ous!

OllieClarke
15 - Aurora
15 - Aurora

Got within 100 records with which I'm happy 🙂

Spoiler
Challenge 162.png
SueDonim
8 - Asteroid

Got stuck on the RegEx so had to get some help, but I learned from it (which I guess is the point of these, right?).  Lots more clean-up than expected

 

Spoiler
Process
- Join three tables
- RegEx to parse title, year, and issue
- Clean-up and rename fields
- Replace title if it didn't come through in RegEx (where there was no publication year or issue)
- Clean-up nulls in Issue #
- Sort
- De-dupe
- Final clean-up

MySolution.PNG
ZenonH
8 - Asteroid

Didn't put much effort into addressing the ~2k difference in record, but it looks like many people had difficulty here. 

The solution on the post shows an even much larger difference which I found strange. 

 

Spoiler
ZHSOL.png

MFish
8 - Asteroid

Had to find some help in others solutions to get my parse formula right. 

Benbryans
8 - Asteroid
 
sachinw
8 - Asteroid

My Solution:

soha-elghany
8 - Asteroid
 
tiffany_chen
8 - Asteroid

Regex is still hard to me.

Spoiler
Annotation 2019-12-27 202406.png
rmassambane
10 - Fireball
 
ponraj
13 - Pulsar

Here is my solution. 

 

Spoiler
Capture.PNG