인프런 커뮤니티 질문&답변

정현우님의 프로필 이미지
정현우

작성한 질문수

파이썬 데이터시각화 분석 실전 프로젝트

Pandas 소개

처음부터 막히네요

작성

·

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


이렇게 뜨는데 어떻하죠?
파일 경로 문제인거같기도하고 잘 모르겟네요
지우고 다시 깔아야 하나요?

답변 2

0

정현우님의 프로필 이미지
정현우
질문자

감사합니다

0

안녕하세요?

현재 실행되는 폴더에 아래 파일을 복사해 두셔야 합니다. 

./data/marathon_results_2017.csv

정현우님의 프로필 이미지
정현우

작성한 질문수

질문하기