Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAMy 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!
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 :)
Done
This was a tricky one at first - need to be careful in how you filter for "Michael" as the data isn't super clean
Can't wait for part 2!