You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code in this repo allows us to crawl basketball-reference.com and scrape data pertaining to team and/or individual player data, for a specified year range. Data is scraped using a combination of BeautifulSoup and Pandas' pd.read_html() method, which automatically identifies and pulls html tables.