Browse Source

fix: formulation

pull/42/head
brad-gh 2 years ago committed by GitHub
parent
commit
a79ec62539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      piscine/week01/day05/ex03/audit/README.md

2
piscine/week01/day05/ex03/audit/README.md

@ -1,4 +1,4 @@
##### This question is validated if, without having used a for loop, the outputted DataFrame shape's `(261, 5)` and your output is the same as the one return with this line of code. The DataFrame contains random data. Make sure your output and the one returned by this code is based on the same DataFrame.
##### This question is validated if, without having used a for loop, the outputted DataFrame shape's `(261, 5)` and the output is the same as the one return with this line of code. The DataFrame contains random data. Make sure the output and the one returned by this code is based on the same DataFrame.
```python
market_data.loc[market_data.index.get_level_values('Ticker')=='AAPL'].sort_index().pct_change()

Loading…
Cancel
Save