Corrected the path of the dataset to be 1 level up instead of 2 (#497)

pull/499/head
Avarayr 3 years ago committed by GitHub
parent d33b80da64
commit 5cee2e2e7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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()
```

Loading…
Cancel
Save