Course Name: Statistical Arbitrage Trading, Section No: 4, Unit No: 6, Unit type: Exercise
Hello,
I've written the answer for this exercise but it's not being detected properly.
Course Name: Statistical Arbitrage Trading, Section No: 4, Unit No: 6, Unit type: Exercise
Hello,
I've written the answer for this exercise but it's not being detected properly.
Hey Daniel,
This error will be resolved once you replace "Close" with 'Close'. Usually it's okay to use either double quotes ("Close") or single quotes ('Close') in Python for specifying string literals. However, in this particular exercise the evaluation checks for a perfect match, which in this case is single quotes 'Close'.
Hope this resolves the issue
Thanks
Rushda