We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The audit for Exercise 3 involves a sample code that should validate the student's output:
market_data.loc[market_data.index.get_level_values('Ticker')=='AAPL'].sort_index().pct_change()
The head of the original dataframe looks like this:
The task instructions tell us to convert it to this:
But the sample code provided in the audit results in this:
This looks nothing like the instructions say? Are the instructions wrong or the audit sample code?
The text was updated successfully, but these errors were encountered:
Hi @jarmo-seljamaa, thank you for the feedback. I am working to see how to fix this
Sorry, something went wrong.
nprimo
Successfully merging a pull request may close this issue.
time-series
The audit for Exercise 3 involves a sample code that should validate the student's output:
The head of the original dataframe looks like this:
The task instructions tell us to convert it to this:
But the sample code provided in the audit results in this:
This looks nothing like the instructions say? Are the instructions wrong or the audit sample code?
The text was updated successfully, but these errors were encountered: