1. Learn
  2. /
  3. Courses
  4. /
  5. Intro to Computational Finance with R

Exercise

Loading in your data set

This lab introduces you to portfolio theory. Let us get started by loading the returns_df data set into your workspace. This data set contains the returns on the Boeing and Microsoft stock from 1992-07-01 up to 2000-10-01.

You can find the data set at http://s3.amazonaws.com/assets.datacamp.com/course/compfin/lab8.RData.

Instructions

100 XP
  • Load the data with the help of the load function.
  • Use head and tail to explore the returns_df data set.