[교보문고 베스트셀러 분석 / 추천시스템] 3. 베스트셀러 분석
import pandas as pd import numpy as np import nltk from konlpy.tag import Okt # 그래프 %matplotlib inline import matplotlib.pyplot as plt import seaborn as sns # matplotlib 그래프 한글폰트 깨질 때 대처(Mac & Window) import matplotlib from matplotlib import font_manager, rc import platform if platform.system() == 'Windows': # 윈도우인 경우 font_name = font_manager.FontProperties(fname="c:/Windows/Fonts/HMFMMUEX.ttc")..