DS : 결측치 찾아내기
우선 마크다운언어 테스트
기울이기 긔울이기 굵게 굵게
isnull() 사용방법
‘isnull을 통해 결측지의 개수를 확인 가능’
df.isnull().sum()
conda install -c conda-forge missingno
isnull() 사용방법(진짜)
isnull을 통해 결측지의 개수를 확인 가능
df.isnull().sum()
missingno 사용
-
conda install -c conda-forge missingno
2주차 (3/25)
This post lives in the future and is dated Fri Dec 31 00:00:00 9999. When building Jekyll with the --future
flag it should appear.
Leave a comment