A solution to last week's challenge can be found here.
Using the values in the attached file "womens_world_cup_data.txt", determine which team won the most matches.
Go Team USA!
my attempt using conditional statements
Here's my solution.
I think the lesson I learned from this challenge is to use Transpose to get the list of teams per match then join back with the list of match to see who the winning team is. Then use summarize to count the highest. The key thing lies in "the team winning most matches", which means we get the list of the teams then count the highest.
@mtouiti #SaudiDataCommunity
My first challenge completed! I've learnt a lot
A bit too easy
Hi! Attached is my solution. This challenge was fun because it combined two of my favorite things: soccer and data.
my take 🙂
My solution
My Solution
This will sound silly, but not everyone understand soccer scores.
Good exercise which also introduced me to the world of soccer.
Finished. My approach was similar to another one I saw after I completed it. My approach is a littler simpler, but gets to the answer.
Done
1q
Hi
Here is my solution to challenge 169
See solutions attached.
Answers
my workflow. took me a bit to figure it out with separator \t \s but managed to do my first challenge yeey