mlehotay

developer blog and assorted data science projects

#time-series Articles


Electricity Usage in Ontario

import pandas as pd import numpy as np import altair as alt pd.options.display.max_columns = 40 Preliminary Review I received some excel files from my father-in-law containing information about electricity consumption in Ontario. He looked up the data on the web three times daily and manually entered it into …