I'm noticing that when i submit the code
daily_stock_returns = spx/spx.shift(1) - 1.0
I'm getting an error. Is this something with the testing server? Or am I making a newb pandas mistake here?
thanks
The code seems fine.
Could you please share the screenshot of an error so that we can investigate further.