jmbejara / comp-econ-sp18

Main Course Repository for Computational Methods in Economics (Econ 21410, Spring 2018)
16 stars 23 forks source link

type of quandle problems #15

Closed Jacob-Bishop closed 6 years ago

Jacob-Bishop commented 6 years ago

The description of problem 2 reuses "find the data from the FRED for Real Gross Domestic Product in the US" instead of saying "find the data from the FRED for US Unemployment rate time series."

I'm also not sure that the title is enough information to identify which unemployment series you want. Long term? Short term?

jmbejara commented 6 years ago

I've updated the HW to fix this. I'm looking for the civilian unemployment rate (not seasonally adjusted).

afgong commented 6 years ago

In Quandl, there is an option to view the data as "No Transform", "Change", "% Change", and "Cumulative". Should we assume that the data we import into Python and display as a plot is "No Transform"?

jmbejara commented 6 years ago

Yeah. These can be convenient at times. But for the assignment, just use the default option - - - no transform.