Dow Jones Index: Daily closing price of the Dow Jones index from January 1, 2010 to December 31, 2015, excluding weekends and holidays.
Dow Jones Index: Daily closing price of the Dow Jones index from January 1, 2010 to December 31, 2015, excluding weekends and holidays (as a .csv file and including a column for the date).
Toronto Weather: Hourly Toronto weather from midnight, January 1, 2003 to 11:00pm, December 31, 2012. This is a dataframe with 87,672 rows and 29 columns (there are 87,672 hours in the 10 years covered by the data, including 3 leap years). Column 10 is named "Temp", and gives the temperature in degrees Celsius. Note that this is a binary file. To load it into R download the file and then load it into R using the readRDS() function.