강의

멘토링

커뮤니티

Inflearn Community Q&A

jlee571931's profile image
jlee571931

asked

Introduction to Python for Programming and Data Science

Comma Separate Values 1

with open 문제

Written on

·

124

0

강의 자료에 있는 csv_read.py 에서 csv 파일이 읽어지지가 않습니다.

sytaxerror: EOF error는 주로 괄호를 안 닫거나 했을 때 벌어지는 error 인데 보시는 바와 같이 괄호는 제대로 닫겨 있습니다. 어제까지만 해도 된 거 같은데 lxml package 설치 후 갑자기 이럽니다. 어떻게 해야 할까요? 알려주세요

File "", line 1

with open("customers.csv") as customer_data:

^

SyntaxError: unexpected EOF while parsing

pythonbigdata

Answer

This question is waiting for answers
Be the first to answer!
jlee571931's profile image
jlee571931

asked

Ask a question