/Web-Scrapping-Project

final scrapped data is list of cumulative runs scored by every ODI player in any year(1970 - 2019)

Primary LanguagePython

Web-Scraping-Project

Since finding relevant and structured data has become a crucial task in ML, this project provide an example how python based scraper libraries can help to extract lots of data from both simple websites (display and retrieval of information) such as Wikipedia and complex such as ESPN just by understanding their basic data structure. Final scrapped data is list of cumulative runs scored by every ODI player in any year (1971 - 2019) played from any country ever. Beautiful Soup and Requests libraries have been used in this project.