빅데이터 분석/AI 조류인플루엔자 예측
빅데이터 분석 AI 조류 인플루엔자 데이터 EDA - (2)
츄르사려고 코딩하는 코집사입니다. In [94]: import pandas as pd import seaborn as sns import matplotlib.pyplot as plt import matplotlib.font_manager as fm from matplotlib import font_manager, rc In [95]: #plot 한글 깨짐 plt.rc('font', family='Malgun Gothic') #막대그래프 한글 깨짐 font_name = font_manager.FontProperties(fname="c:/Windows/Fonts/malgun.ttf").get_name() rc('font', family=font_name) In [96]: AI_최종데이터 = pd.read_c..
2020. 12. 9.
최근댓글