Merge pull request #109 from tddschn/patch-1

Fix csv file path in the code snippet
pull/111/head
Jen Looper 4 years ago committed by GitHub
commit ef9d869e15
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