제 코드에 어떤 오류가 있는지 궁금합니다.
산점도를 알아보기 위해서 작성했는데 jupyter Notebook 에서 계속 오류가 나요. 어디가 잘못된 걸까요?
%matplotlib inline
import pandas as pd
df=pd.read_csv('Untitled Folder/world_indexes.csv')
df.plot(kind='scatter', x='Life expectancy at birth-years', y='Internet users percentage of population 2014')
댓글 1개