DS : 결측치 찾아내기

less than 1 minute read

우선 마크다운언어 테스트

기울이기 긔울이기 굵게 굵게

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.

Tags: ,

Categories:

Updated:

Leave a comment