This repository contains files for my blog post about how the use of the NBA 3-point line has evolved since its introduction. The post can be viewed here.
- The folder
plotscontains the image files for every plot. scoring_evolution_vis.twbis the Tableau workbook with all plots, other explored plots, and some interactive mouseover elements. I felt the mouseover effects weren't necessary in this post.
- Visualizing this data showed me new problems in the original web scraping script further explained in its repository.
- All data scraped from basketball-reference.com
- Repository of web scraping script used