From 0fdbe5c95d2f70bf77f787625f303a9d7f4f56de Mon Sep 17 00:00:00 2001 From: brad-gh <32170926+brad-gh@users.noreply.github.com> Date: Tue, 26 Apr 2022 23:03:06 -0400 Subject: [PATCH] fix: typo --- piscine/week01/day04/ex06/audit/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/piscine/week01/day04/ex06/audit/README.md b/piscine/week01/day04/ex06/audit/README.md index dfd6954..9fae947 100644 --- a/piscine/week01/day04/ex06/audit/README.md +++ b/piscine/week01/day04/ex06/audit/README.md @@ -1,7 +1,7 @@ ##### 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 to what `unstacked_df.head()`returns: | Date | ('Prediction', 'AAPL') | ('Prediction', 'AMZN') | ('Prediction', 'DAI') | ('Prediction', 'FB') | ('Prediction', 'GE') | |:--------------------|-------------------------:|-------------------------:|------------------------:|-----------------------:|-----------------------:| @@ -9,4 +9,5 @@ The question 1 is validated if the output is similar to what `unstacked_df.head( | 2021-01-04 00:00:00 | -0.560953 | 0.503199 | -0.79517 | -3.23136 | 1.50271 | | 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.