Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAThat was a lot of data to sort through to figure out what I needed to answer the question. Fun challenge though 😁
Gotta say without data dictionary it's difficult to understand the true nature of JSON data...
Got there in the end.
However, I take issue with task 2 - 'Find the most successful team'. What does 'most successful' mean? Most total wins? Highest win percentage? Most runs scored? Fewest defeats? Quite an ambiguous task, and if I had this as a brief I'd certainly go back and clarify!
This took me down a small rabbit hole and I ended up showing two teams for task 2 - the tam with the most total wins (to match the output data), and the team with the highest won percentage. I could have gone further but thought better of it.
My solution: