From 6c5db618dc0c3669533cddbd39fe6a10ed96fd1d Mon Sep 17 00:00:00 2001 From: brad-gh <32170926+brad-gh@users.noreply.github.com> Date: Fri, 16 Sep 2022 00:52:34 +0200 Subject: [PATCH] precise the values don't have to be matched --- piscine/week01/day04/ex06/audit/README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/piscine/week01/day04/ex06/audit/README.md b/piscine/week01/day04/ex06/audit/README.md index 9fae947..9bf3000 100644 --- a/piscine/week01/day04/ex06/audit/README.md +++ b/piscine/week01/day04/ex06/audit/README.md @@ -1,7 +1,4 @@ -##### The exercice is validated is all questions of the exercice are validated - - -##### The question 1 is validated if the output is similar to what `unstacked_df.head()`returns: +##### The question 1 is validated if the output is similar (as the values are generated randomly, it's obvious the audit doesn't require to match the values below) to what `unstacked_df.head()`returns: | Date | ('Prediction', 'AAPL') | ('Prediction', 'AMZN') | ('Prediction', 'DAI') | ('Prediction', 'FB') | ('Prediction', 'GE') | |:--------------------|-------------------------:|-------------------------:|------------------------:|-----------------------:|-----------------------:| @@ -10,4 +7,4 @@ | 2021-01-05 00:00:00 | 0.211489 | 1.84867 | 0.287906 | -1.81119 | 1.20321 | -##### The question 2 is validated if the answer is: `unstacked.plot(title = 'Stocks 2021')`. The title can be anything else. +###### The question 2 is validated if the answer is: `unstacked.plot(title = 'Stocks 2021')`. The title can be anything else.