Identify the missingness type
In this chapter, you've learned how to identify the missingness type using heatmaps, dendograms and matrices. You will now be tasked to use all these techniques to infer the type of missing values in the diabetes
dataset.
Identify the missingness types of Skin_Fold
. You can use the console for your experimentation and analysis. The missingno
package has been imported for you as msno
.
This exercise is part of the course
Dealing with Missing Data in Python
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
