[ Python ] seaborn catplot 을 활용하여 시각화하기
도움이 되셨다면, 광고 한번만 눌러주세요. 블로그 관리에 큰 힘이 됩니다 ^^ import seaborn as sns import os , pandas as pd import matplotlib.pyplot as plt import re 여러 개의 데이터를 합치는 작업이 필요해서 진행 folder = "Weather_Aus_Vis_" folder = "Income_Vis_" folder = "Bank_Vis_" folder = "Churn_Vis_" Income_uni = ["9", "16" , "7", "15", "6", "5", "2", "41"] Churn_uni = ["51", "3" , "2","2"] Bank_uni = ["12","3","4","2","2","2","3","12","4"] W..
2019.12.01