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

time-series subject Exercise 3 audit test code #2306

Closed
jarmo-seljamaa opened this issue Nov 24, 2023 · 1 comment · Fixed by #2315
Closed

time-series subject Exercise 3 audit test code #2306

jarmo-seljamaa opened this issue Nov 24, 2023 · 1 comment · Fixed by #2315
Assignees

Comments

@jarmo-seljamaa
Copy link

time-series

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:
image

The task instructions tell us to convert it to this:
image

But the sample code provided in the audit results in this:
image

This looks nothing like the instructions say? Are the instructions wrong or the audit sample code?

@nprimo nprimo self-assigned this Nov 27, 2023
@nprimo
Copy link
Contributor

nprimo commented Nov 27, 2023

Hi @jarmo-seljamaa, thank you for the feedback. I am working to see how to fix this

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

Successfully merging a pull request may close this issue.

2 participants