missingnoEasy Playground

Visualize missing data patterns in datasets

Getting started with missingnoRun locally
Install
pip install missingno
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: missingno)

missingno is a third-party package. Visualize missing data patterns in datasets. Install with: pip install missingno

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?