목록2021/08/13 (1)
#wannabeeeeeee the best DataScientist

실제 데이터이며 따로 분석해보실 분은 다운로드하여서 해보세요~ ◎ 신용카드 사용자 연체 예측¶ ○ 기본 라이브러리 세팅하기¶In [1]:import matplotlib.pyplot as pltimport pandas as pdfrom pandas import DataFramefrom pandas import Seriesimport seaborn as snsIn [2]:# matplotlib 한글 폰트 출력코드import matplotlibfrom matplotlib import font_manager, rcimport platformtry : if platform.system() == 'Windows': # 윈도우인 경우 font_name = font_manager.FontP..
PYTHON_Code/데이터 시각화
2021. 8. 13. 22:20