This project uses FIFA World Cup final data from Wikipedia to find which teams have won the World Cup the most times. WorldCupFinals.csv contains the year, winner, score, runner-up, and venue of each final. Workflow Run WorldCup.cpp Reads WorldCupFinals.csv, counts the wins for each team, and saves the results in Winners.csv. Run WorldMap.ipynb Uses Python to read Winners.csv and visualize the World Cup victories on a world map.
Files
• WorldCupFinals.csv — World Cup final data
• WorldCup.cpp — C++ data processing
• Winners.csv — World Cup wins by team
• WorldMap.ipynb — Python visualization


