seaborn¶ https://seaborn.pydata.org/api.html In [ ]: import warnings warnings.filterwarnings('ignore') 실습파일 구성¶ PII.csv pandas Package In [2]: import pandas as pd .read_csv( ) In [3]: url = 'https://raw.githubusercontent.com/rusita-ai/pyData/master/PII.csv' DF = pd.read_csv(url) DF.head() Out[3]: Name Gender Age Grade Picture BloodType Height Weight 0 송태섭 남자 21 3 무 B 179.1 63.9 1 최유정 여자 23 1 유 A..