avantisanghoon / Data-Analytics

0 stars 0 forks source link

시각화 Lib ggplot #2

Open avantisanghoon opened 3 years ago

avantisanghoon commented 3 years ago

시각화 라이브러리 ggplot 에러

(ggplot(shop[:1000]))


NameError Traceback (most recent call last)

in ----> 1 (ggplot(shop[:1000])) 2 + aes(x='경도', y='위도') 3 + geom_point() 4 + theme(text=element_text(family='NanumBarunGothic')) NameError: name 'ggplot' is not defined ggplot
avantisanghoon commented 3 years ago

ggplot 라이브러리는 사용자가 많지 않아서 업데이트가 잘 되지 않는다고 함. 그래서 파이썬의 버젼과 충돌하여 에러가 많이 발생한다고 함 (유튜브 및 인터넷) 2년 전 정보이긴 한데 최근 정보를 확인할 수 없어서 이슈로 놓음. 대체되는 라이브러리가 있으면 해결로 변경 예정