Overview of missingno visualization capabilities
mastermissingno is a Python package designed to visualize missing data (nullity) in tabular datasets. It converts data matrices into boolean masks (nullity matrices) to reveal patterns of missingness within and between columns. The package provides several specialized visualization tools:
- Bar Chart: Provides a snapshot of column-level missingness information.
- Matrix: A literal translation of the data table's nullity matrix, useful for spotting general patterns.
- Heatmap: Used to examine relationships and correlations within pairs of variables.
- Dendrogram: A hierarchically clustered dendrogram for understanding nullity correlations in higher-cardinality data.
- Geospatial Visualizations: Uses quadtree or convex hull algorithms to view geospatial data dependencies.