코딩코딩/Kaggle 분석
복붙창고
g0n1
2021. 4. 4. 17:07
728x90
결측값 확인
# 모든 칼럼에 대해 하나라도 null값이 있으면 True, 없으면 False
train.isnull().any().any()
728x90