├── PostMatchDashboard.ipynb └── README.md /README.md: -------------------------------------------------------------------------------- 1 | # PostMatchDashboard 2 | Hi there, I am Adnan, data analysis enthusiast. In this repository I have uploaded the code for making Post Match report. 3 | 4 | Requirments: 5 | 1. the match report you want to get, you have to find that match in (http://whoscored.com) website and clicking the match center, you have to download the html file (just click CTRL+S, and it will download the html file of that page) 6 | 2. you need to collect the home and away team's xG and xGOT values from any sources and have to put manually in the code 7 | 8 | User's Guideline: 9 | 1. download the PostMatchDashboard.ipynb file 10 | 2. upload and open it on google colab 11 | 3. run the cells under 'Libraries and Packages' 12 | 4. then upload the match html file you have downloaded from Whoscored website 13 | 5. right click on the file and copy path 14 | 6. paste the file path on the first cell under 'EventDataScraping' where denoted whith hashtag 'Put the match html file path here', and run the cell 15 | 7. Paste the home and away team's xG and xGOT values in the next cell and run 16 | 8. then runnuing the remaining cells will give you the output Post Match Reports 17 | --------------------------------------------------------------------------------