- Tue 07 January 2020
- Data Science
- Michael Lehotay
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 …