Corrected the path of the dataset to be 1 level up instead of 2 (#497)
This commit is contained in:
Родитель
d33b80da64
Коммит
5cee2e2e7c
|
@ -15,7 +15,7 @@ Assuming you completed [Lesson 1](../1-Introduction/README.md), make sure that a
|
|||
|
||||
```python
|
||||
import pandas as pd
|
||||
cuisines_df = pd.read_csv("../../data/cleaned_cuisines.csv")
|
||||
cuisines_df = pd.read_csv("../data/cleaned_cuisines.csv")
|
||||
cuisines_df.head()
|
||||
```
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче