Project Brief
Several continental football/soccer championships are taking place at the moment such as the Euro 2024 and 2024 Copa América, so let’s have a project on that sport.
Your task for today is to use Python to plot these UK Premier League football CSV data. See here for a description of the column names of the CSV file to help you easily understand the data.
Specifically, your task is to plot the total goals scored by each team. You can use any plotting library, but the solution provided below uses Matplotlib and Seaborn.
Expected Output
Here is the approximate output you should generate: