Browse Source

fix: typo and formulation

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

8
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
- williams.com 37

Loading…
Cancel
Save