-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Description
wine = pd.read_csv('../data/wine.csv')
wine.head()
OSError Traceback (most recent call last)
in ()
1 import pandas as pd
----> 2 wine = pd.read_csv('../data/wine.csv')
3 wine.head()
OSError: File b'../data/wine.csv' does not exist
Sara can't read File???
auto_mpg = pd.read_csv('../data/auto_mpg.txt', delimiter='\t')
auto_mpg.head()
OSError Traceback (most recent call last)
in ()
----> 1 auto_mpg = pd.read_csv('../data/auto_mpg.txt', delimiter='\t')
2 auto_mpg.head()
OSError: File b'../data/auto_mpg.txt' does not exist
Metadata
Metadata
Assignees
Labels
No labels