You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the tail end of the chapter 2 the concepts of seasonality is introduced along with some lines of code to help generate the graphs. Despite being listed like all other lines of code in the chapter, it is not written anywhere in this repository.
The text was updated successfully, but these errors were encountered:
I m running python3.8 for below code it worked for me:
goog_montly_return_list=[]
for index, item in enumerate(goog_monthly_return):
goog_montly_return_list.append({'month':goog_monthly_return.index[index][1],
'monthly_return': item})
In the tail end of the chapter 2 the concepts of seasonality is introduced along with some lines of code to help generate the graphs. Despite being listed like all other lines of code in the chapter, it is not written anywhere in this repository.
The text was updated successfully, but these errors were encountered: