Start Free Trial

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 #358: Goodbye, Michael! (Part 1)

olga_strubbe
11 - Bolide
Spoiler
olga_strubbe_0-1676552819763.png
olga_strubbe_1-1676552864062.png

 

 

My numbers came a bit different, just the # seasons match the solution, the rest are the same as @mmontgomery solutuion with exception of last one, as it appears the dataset version is slightly different. 

Nice challenge, nevertheless, thank you!

Sebastian_Chaieb2
11 - Bolide
11 - Bolide

First approach (Filter: character = 'Michael') outputted different results so I investigated "character" field and observe that there is many typos and mistakes. 

Second approach with Fuzzy match again gave me wrong data.

Last option was corrected (Filter: Contains(character,  'Michael').

 

So the exercise is not perfect :)

 

Spoiler
Sebastian_Chaieb2_0-1676560702603.png
lucascs
8 - Asteroid

solved

akorte1
8 - Asteroid

Done

RyanG45
7 - Meteor

This was a tricky one at first - need to be careful in how you filter for "Michael" as the data isn't super clean  

 

Spoiler
Use a contains instead of an equals to 

RyanG45_0-1676571799289.png

 

martinding
13 - Pulsar

Submitted

alisonpitt
11 - Bolide

Can't wait for part 2!

Spoiler
challenge-358-ap.png
Amy_smart
11 - Bolide

I have attached my solution. 

Turley93
8 - Asteroid

Solution

poojasrivastava
7 - Meteor

Did it.

poojasrivastava_0-1676607658333.png