Fix csv file path in the code snippet

pull/109/head
Ted 4 years ago committed by GitHub
parent ccba26a7ce
commit ec04381b37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,7 +52,7 @@ Open the _notebook.ipynb_ file in Visual Studio Code and import the spreadsheet
```python
import pandas as pd
pumpkins = pd.read_csv('../../data/US-pumpkins.csv')
pumpkins = pd.read_csv('../data/US-pumpkins.csv')
pumpkins.head()
```

Loading…
Cancel
Save