Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 238 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 238 Bytes

eplScrape

Python code to scrape player statistics from the English Premier League website. 'bs4' BeautifulSoup for parsing the html. 'urllib' and 'Requests' to manage http calls 'pandas' to clean/structure data into a suitable format.