Grabs electricity usage data from my United Illuminating account scraper and temperature data from my outdoor temperature monitor, groups the time series temperature data by day, then fits a second-order polynomial to the data and plots the results on Plotly.
Illustrates a simple use of pandas and numpy.