missingno
Missing data visualization module for Python.
What it is and what it does
missingno is a lightweight visualization toolkit for understanding missing data patterns. It provides four complementary views: a matrix showing row-by-row nullity patterns with sparklines, a bar chart of nullity by column, a correlation heatmap measuring how the presence of one variable affects another, and a dendrogram using hierarchical clustering to reveal deeper completion relationships. The library is built on numpy, matplotlib, scipy, and seaborn, integrating naturally into standard data-science workflows.
You use it to quickly spot data quality issues—which columns are sparse, whether missingness is random or patterned, and which variables tend to be missing together. It's most useful in exploratory data analysis when you need a visual summary before deciding on imputation or filtering strategies. The library is in maintenance mode, meaning it receives bugfixes but no major new features.
Use it for:
- Inspect a newly loaded dataset to identify which columns have missing values and spot patterns before preprocessing
- Diagnose whether missingness is random or correlated across variables
- Communicate data quality to stakeholders using visual summaries instead of raw null counts
- Detect data entry errors by finding unexpected correlations between variables
- Profile time-series data by specifying periodicity to see how completeness varies over time
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Visualizes missing data patterns in DataFrames through matrix, bar, heatmap, and dendrogram plots to quickly assess data completeness and nullity correlations.
Yes, if you work regularly with data exploration and need quick visual assessment of missing data. Low install friction, permissive MIT license, no known vulnerabilities, and a stable API make it a safe choice. Dormant maintenance is not a blocker for a mature visualization tool, but don't expect new features or rapid responses to edge cases. Worth keeping in your toolkit for exploratory data analysis.
Install
missingno on PyPI
pip
pip install missingnouv
uv add missingnopoetry
poetry add missingnoInstalling missingno
Before you install
Low friction install with four common data-science dependencies (numpy, matplotlib, scipy, seaborn). Dormant maintenance status since February 2023, but no active issues reported and the library is explicitly in maintenance mode accepting bugfixes.
License in practice
MIT License permits commercial and private use with minimal restrictions, making it safe to adopt in most projects without licensing concerns.
Quickstart
pip install missingno
import missingno as msno
msno.matrix(df)
msno.bar(df)
msno.heatmap(df)
msno.dendrogram(df)
Verify before relying
- Whether the library actively handles modern API changes in its dependencies beyond bugfixes
- Performance characteristics on very large datasets with millions of rows
- Current state of maintenance beyond the stated bugfix policy
Package facts
| License | MIT License (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — numpy, matplotlib, scipy, seaborn |
| Maintenance | dormant — 1,265 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 536,975/month — #6,122 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: missingno-0.5.2-py3-none-any.whl
Keywords: data, data visualization, data analysis, missing data, data science, pandas, python, jupyter
Tags
More Information Analysis packages
A drop-in replacement for Python's standard…
permissive · top 100 on PyPI
pyarrowpyarrow provides Python bindings to Apache…
permissive · top 100 on PyPI
networkxNetworkX provides data structures and…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
contourpyContourPy calculates contours of 2D…
permissive · top 1,000 on PyPI
snowflake-snowpark-pythonSnowpark Python provides APIs to query and…
permissive · top 1,000 on PyPI
cornerGenerates publication-quality corner plots…
permissive · top 15,000 on PyPI
pandaspandas provides fast, flexible data structures…
permissive · top 100 on PyPI
facets-overviewGenerates summary statistics for dataset…
permissive · top 15,000 on PyPI
pygwalkerTurns pandas DataFrames into interactive…
permissive · top 15,000 on PyPI
yellowbrickYellowbrick provides scikit-learn-integrated…
permissive · top 15,000 on PyPI
cleanlabCleanlab automatically detects and helps fix…
permissive · top 15,000 on PyPI
ydata-profilingGenerates comprehensive exploratory data…
permissive · top 5,000 on PyPI
sweetvizSweetviz generates interactive HTML…
permissive · top 15,000 on PyPI
gravisGravis generates interactive graph…
permissive · top 15,000 on PyPI
NakedNaked is a command-line application framework…
permissive · top 5,000 on PyPI