빅데이터 분석/AI 조류인플루엔자 예측
빅데이터 분석 AI 조류 인플루엔자 데이터 EDA - (3)
츄르사려고 코딩하는 코집사입니다. 1. 데이터에 철새도래지 추가하여 EDA 실시 In [2]: 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 [3]: #plot 한글 깨짐 plt.rc('font', family='Malgun Gothic') #막대그래프 한글 깨짐 font_name = font_manager.FontProperties(fname="c:/Windows/Fonts/malgun.ttf").get_name() rc('font',..
2020. 12. 16.
최근댓글