Inflearn brand logo image

Inflearn Community Q&A

freedom07's profile image
freedom07

asked

Getting started with Python data analysis using public data

[4/21] Missing value visualization - Drawing the missingno matrix with seaborn

missingno

Written on

·

224

1

선생님~ missingno 라이브러리는 

주요기능이 결측치를 시각화하는 그래프 그리는 기능이라고 이해하면 될까요?

pythonpandasnumpy

Answer 1

0

todaycode님의 프로필 이미지
todaycode
Instructor

네 맞습니다.

matplotlib 이나 seaborn을 통해 직접 그려 볼 수도 있지만 결측치 시각화에 중점을 두어 만들어진 라이브러리 입니다.

freedom07's profile image
freedom07

asked

Ask a question