PacktPublishing / Learn-Algorithmic-Trading

Learn Algorithmic Trading, Published by Packt
MIT License
802 stars 302 forks source link

ch2 seasonality code issue not able to compile #8

Closed muhe31 closed 3 years ago

muhe31 commented 3 years ago

Hello,

I tried running the seasonality code and I am not able to run it. The first issue I notice is at line code 24. there is a typo instead of monthly im seeing montly. its also missing index for 'monthly_return.

there is also an issue in line code 28 and 31 with the boxplot call function.

muhe31 commented 3 years ago

already addressed under "seasonality code not working "