Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 603 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 603 Bytes

NFL Weather Analysis

Analyzing the impact of weather on fantasy scores and betting results in the NFL since 2012.

All game and player data is scraped from Pro Football Reference. All weather data is scraped from NFLWeather.com.

BeautifulSoup and Pandas were used to scrape the data from the sites. I organized the data and calculated new metrics using Pandas and Numpy, and displayed in on a front-end using Flask. Chart.js was used to display all graphs.

View the interface here.