diff --git a/piscine/week01/day05/ex03/audit/README.md b/piscine/week01/day05/ex03/audit/README.md index 2834169..5b7deed 100644 --- a/piscine/week01/day05/ex03/audit/README.md +++ b/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()