You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

628 B

The exercice is validated is all questions of the exercice are validated
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
```console
<class 'pandas.core.series.Series'>
<class 'pandas.core.series.Series'>
<class 'pandas.core.series.Series'>
```

```console
    <class 'str'>
    <class 'list'>
    <class 'float'>
```