Preprocessing

Data Preprocessing¶ I. Missing Value II. Filtering III. 데이터프레임 합치기 IV. 그룹 연산 V. pivot_table( ) VI. Multi-Index VII. etc I. Missing Value¶ 1) 실습용 'titanic' 데이터셋¶ In [1]: import seaborn as sns TD = sns.load_dataset('titanic') 'titanic' Dataset Information Seaborn에는 Pandas 기능 상속돼있음 In [2]: TD.info() RangeIndex: 891 entries, 0 to 890 Data columns (total 15 columns): # Column Non-Null Count Dtype ---..
simds
'Preprocessing' 태그의 글 목록