Browse Source

fix: formulation and typo

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

2
piscine/week01/day02/ex01/audit/README.md

@ -2,7 +2,7 @@
##### The solution of question 1 is accepted if the DataFrame created is the same as the "model" DataFrame. Check that the index is not 1,2,3,4,5.
##### The solution of question 2 is accepted if the types you get for the columns are as below and if if the types of the first value of the columns are as below
##### The solution of question 2 is accepted if the columns' types are as below and if the types of the first value of the columns are as below
```console
<class 'pandas.core.series.Series'>

Loading…
Cancel
Save