I built a web scraper that gathered statistical information from every active player in the NBA in the 2016-2017 season, as well as offensive and defensive team stats for each team. The data was pulled, cleaned, and displayed using a combination of the python libraries Numpy, Pandas, Bokeh, and BeautifulSoup. Hover over the graph to see some statistic. The legend in the bottom right is also interactive, click on a position to try it out!
Moving forward, I would like to analyze the data that I compiled and create a machine learning model that can predict roughly how well a player is going to do based on recent performances, offensive/defensive team metrics, and other statistics.
-- Link to Github --