강의

멘토링

커뮤니티

Inflearn コミュニティ Q&A

gusdn5629 のプロフィール画像
gusdn5629

投稿した質問数

Pythonデータ視覚化分析実戦プロジェクト

Pandas 紹介

처음부터 막히네요

作成

·

219

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


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

맥북pandaspython

回答 2

0

gusdn5629님의 프로필 이미지
gusdn5629
質問者

감사합니다

0

nomad님의 프로필 이미지
nomad
インストラクター

안녕하세요?

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

./data/marathon_results_2017.csv

gusdn5629 のプロフィール画像
gusdn5629

投稿した質問数

質問する