커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
2주차4강질문입니다.
[왕초보] AI 기반 투자 수익률 분석 실습을 통한 데이터 분석 역량 키우기 v0
2주차
북마크
김*규
댓글
6
추천
0
조회수
14
조회수
14
답변 완료

* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.

* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.



csv 저장후 업로드 하고 실행했는데 에러가 나오네요.





작성한 코드 및 에러 메세지


titanic = pd.read_csv("tatanic.csv")

titanic

---------------------------------------------------------------------------
FileNotFoundError                         Traceback (most recent call last)
<ipython-input-38-61e13e329477> in <cell line: 1>()
----> 1 titanic = pd.read_csv("tatanic.csv")2 titanic


4 frames

/usr/local/lib/python3.10/dist-packages/pandas/io/common.py in get_handle(path_or_buf, mode, encoding, compression, memory_map, is_text, errors, storage_options)
    857         if ioargs.encoding and "b" not in ioargs.mode:
    858             # Encoding
--> 859             handle = open(860                 handle,
    861                 ioargs.mode,

FileNotFoundError: [Errno 2] No such file or directory: 'tatanic.csv'





엑셀파일 업로드후에도 같은 증상입니다. 제가 폴더 선택을 잘 못한걸 까요?



취소
 공유
취소
댓글 0
댓글 알림
나의얼굴