Portfolio post title¶

Site description¶

Data description¶

Citation here...

Model description if applicable¶

In [1]:
# Code here
import pandas as pd

climate_url = (
    'https://github.com/cu-esiil-edu/esiil-learning-portal'
    '/releases/download/data-release/climate-foundations-data.csv'
)

climate_df = pd.read_csv(
    climate_url, index_col='DATE', parse_dates=True)

climate_df.TOBS.plot(ylabel="Temperature (F)")
Out[1]:
<Axes: xlabel='DATE', ylabel='Temperature (F)'>
No description has been provided for this image

PLOT HEADLINE¶

Plot description...