From bc734817dfcf07a336a60e90a515ee6f82c28789 Mon Sep 17 00:00:00 2001 From: brad-gh <32170926+brad-gh@users.noreply.github.com> Date: Tue, 26 Apr 2022 22:53:36 -0400 Subject: [PATCH] fix: typo and formulation --- piscine/week01/day02/ex03/audit/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/piscine/week01/day02/ex03/audit/README.md b/piscine/week01/day02/ex03/audit/README.md index a723492..3a8137e 100644 --- a/piscine/week01/day02/ex03/audit/README.md +++ b/piscine/week01/day02/ex03/audit/README.md @@ -2,7 +2,7 @@ ##### To validate this exercise all answers should return the expected numerical value given in the correction AND uses Pandas. For example using NumPy to compute the mean doesn't respect the philosophy of the exercise which is to use Pandas. -#### The solution of question 1 is accepted if it contains **10000 entries** and **14 columns**. There many solutions based on: shape, info, describe. +##### The solution of question 1 is accepted if it contains **10000 entries** and **14 columns**. There many solutions based on: shape, info, describe. ##### The solution of question 2 is accepted if the answer is **50.34730200000025**. @@ -17,7 +17,7 @@ ##### The solution of question 6 is accepted if the are `4932` people that made the purchase during the `AM` and `5068` people that made the purchase during `PM`. There many ways to the solution but the goal of this question was to make you use `value_counts` -##### The solution of question 7 is accepted if the answer is as below. There many ways to the solution but the goal of this question was to make you use `value_counts` +##### The solution of question 7 is accepted if the answer is as below. There many ways to the solution but the goal of this question was to use `value_counts` Interior and spatial designer 31 @@ -30,7 +30,7 @@ Designer, jewellery 27 -8. ##### The solution of question 8 is accepted if the purchase price is **75.1** +##### The solution of question 8 is accepted if the purchase price is **75.1** ##### The solution of question 9 is accepted if the email adress is **bondellen@williams-garza.com** @@ -46,4 +46,4 @@ - yahoo.com 1616 - gmail.com 1605 - smith.com 42 - - williams.com 37 \ No newline at end of file + - williams.com 37