Session Ready
Exercise

Transforming your Quandl dataset

Quandl can transform your data before serving it. You can set the transform argument to:

  • "diff"
  • "rdiff"
  • "cumul", and
  • "normalize".

Have a look at the Quandl API documentation to see what these options actually do.

Instructions
100 XP

You want to know the Canadian GDP annual percent change. Use the rdiff transformation and assign the result to GDP_Change. Use the code "FRED/CANRGDPR"; more information can be found on Quandl's website.