This is a data frame of Ambient temperature data, extracted from Weather Undergound.
Each row has four columns. The Timestamp (YYYY-MM-DD HH:MM:SS) and three Temperature Columns: Daily Max, Mean and Min (in degrees F)
In comparison with the SFO2013
dataset which has 9507 rows, this dataset has exactly
365 rows, one for each day in 2013.
data(SFO2013Summarized)