The Premier League (often referred to as the English Premier League (EPL) outside England) is the top level of the English football league system. Contested by 20 clubs, it operates on a system of promotion and relegation with the English Football League (EFL).
The dataset used contains the half-time, full-time match statistics for each of the 3800 games in the last 10 seasons. The dataset contains 22 fields, 18 fields contain actual match statistics while 4 fields contain details such as Date, HomeTeam, AwayTeam and the referee who officiated. Full description can be found at: https://datahub.io/sports-data/english-premier-league#data.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Python libraries to be installed
pip install pandas
pip install numpy
pip install bokeh
Shout out to Colin Patrick Reid for his amazinng bokeh tutorial on geolocation data: https://towardsdatascience.com/exploring-and-visualizing-chicago-transit-data-using-pandas-and-bokeh-part-ii-intro-to-bokeh-5dca6c5ced10