1.데이터 확인
data.describe()
2.결측 확인
data.isnull().sum()
print(train.describe())
print(train.isnull().sum())
'AI > preprocessing' 카테고리의 다른 글
one hot encoding의 이점 (0) | 2024.05.06 |
---|---|
sklearn.preproccessing (0) | 2024.04.06 |
pandas preproccessing (0) | 2024.04.06 |
pandas 데이터 시각화 (0) | 2024.03.30 |
keras one hot encoding (0) | 2024.03.21 |