작성
·
128
1
ileNotFoundError Traceback (most recent call last) <ipython-input-5-7186dcabf0e9> in <module> 3 4 # Load the CSV file "marathon_results_2017.csv" under "data" folder ----> 5 marathon_2017 = pd.read_csv("./data/marathon_results_2017.csv") 6 7 # Display the first five initial rows using the .head() method ~/opt/anaconda3/lib/python3.8/site-packages/pandas/io/parsers.py in read_csv(filepath_or_buffer, sep, delimiter, header, names, index_col, us
이렇게 뜨는데 어떻하죠?
파일 경로 문제인거같기도하고 잘 모르겟네요
지우고 다시 깔아야 하나요?