Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ch2 Seasonality Code Missing #2

Open
SirFed opened this issue Jun 15, 2020 · 2 comments
Open

Ch2 Seasonality Code Missing #2

SirFed opened this issue Jun 15, 2020 · 2 comments

Comments

@SirFed
Copy link

SirFed commented Jun 15, 2020

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.

@Jkurbs
Copy link

Jkurbs commented Aug 30, 2021

@SirFed I'm having a lot of trouble installing quickfix, where you able to do it?

@mHamzaArain
Copy link

mHamzaArain commented May 7, 2022

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})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants