awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
ResidentMario avatar

ResidentMario/missingno

0
View on GitHub↗
4,209 stars·524 forks·Python·MIT·19 views

Missingno

missingno is a Python library for the visualization and analysis of missing data patterns. It provides a set of tools to profile dataset completeness, map data gaps, and quantify the volume of null values across variables.

The library differentiates itself through a nullity correlation analyzer and a hierarchical data clustering tool. These components allow for the detection of systemic dependencies and trends by measuring how the absence of one variable relates to the absence of another.

The toolset covers broader data quality auditing and exploratory analysis capabilities. It includes features for column nullity summarization using linear and logarithmic scales, as well as matrix-based mapping to identify systemic gaps in records.

Features

  • Missing Data Analysis - Identifies patterns and systemic gaps in datasets using Python to determine how and where information is missing.
  • Hierarchical Clustering - Implements hierarchical clustering to group variables based on similar missingness patterns using dendrograms.
  • Feature Correlation Analysis - Measures statistical relationships between the absence of one variable and another using correlation heatmaps.
  • Data Analysis & Visualization - Provides tools for the visual analysis and mapping of data completion patterns to identify systemic gaps.
  • Dataframe Visualizers - Provides a pipeline that transforms tabular pandas dataframes into static visual representations for missing data exploration.
  • Exploratory Data Analysis - Enables exploratory data analysis by visualizing the distribution and volume of null values.
  • Missing Data Clustering - Groups variables using hierarchical clustering to reveal deep trends and dependencies in how data is missing across a dataset.
  • Completeness Profilers - Provides a visual summary of missing value volumes per column using linear and logarithmic scaling.
  • Completeness Summaries - Displays the volume of missing values for each variable using linear or logarithmic scales to compare completeness.
  • Correlation Matrices - Generates correlation matrices to compute the statistical relationship between missingness in different variables.
  • Nullity Correlation Analyzers - Provides a visualization tool that measures how the absence of one variable relates to the absence of another.
  • Nullity Masks - Converts dataframes into binary masks of presence and absence to identify systemic gaps through visual patterns.
  • Dataset Quality Analysis - Analyzes nullity correlations and dependencies between variables to detect biases or errors in data collection.
  • Data Preprocessing for Modeling - Prepares datasets for machine learning by analyzing missingness patterns to inform imputation or removal strategies.
  • Logarithmic Axis Scales - Supports logarithmic axis scales to visualize and compare null counts across variables with vastly different volumes.
  • Automated EDA and Visualization - Visualize missing data patterns.
  • Data Processing Libraries - Visualizing and diagnosing missing data patterns.
  • Data Visualization - Visualization module for missing data patterns.
  • Python Visualization - Visual utility for assessing dataset completeness.
  • Python Visualization Libraries - Visualization utilities for checking dataset completeness.

Star history

Star history chart for residentmario/missingnoStar history chart for residentmario/missingno

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Missingno

Similar open-source projects, ranked by how many features they share with Missingno.
  • ydataai/ydata-profilingydataai avatar

    ydataai/ydata-profiling

    13,388View on GitHub↗

    Ydata-profiling is an automated exploratory data analysis framework designed to generate comprehensive statistical reports and visual summaries from dataframes. It functions as a diagnostic tool for assessing data quality, identifying missing values, duplicates, and outliers, while providing a scalable engine for profiling massive datasets across distributed enterprise environments. The project distinguishes itself through its ability to handle large-scale data through distributed task orchestration and lazy stream processing, which minimizes memory overhead during complex computations. It in

    Pythonbig-data-analyticsdata-analysisdata-exploration
    View on GitHub↗13,388
  • man-group/dtaleman-group avatar

    man-group/dtale

    5,170View on GitHub↗

    dtale is a web-based interactive grid and visualizer for pandas dataframes, designed as an exploratory data analysis tool. It provides a browser-based interface for analyzing tabular data structures, allowing users to calculate statistics, detect outliers, and compute correlations without writing manual code. The project functions as an embedded data viewer that can be integrated into web applications via iframes or custom routes, with specific support for Django, Flask, and Streamlit. It enables the exploration of datasets through a combination of an interactive data grid and a data visualiz

    TypeScriptdata-analysisdata-sciencedata-visualization
    View on GitHub↗5,170
  • nyandwi/machine_learning_completeNyandwi avatar

    Nyandwi/machine_learning_complete

    4,983View on GitHub↗

    This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep learning and natural language processing. It uses real datasets and multiple frameworks within a structured, hands-on curriculum that combines concise explanations with executable code cells, built-in datasets, and embedded exercise checkpoints. Learning progresses through data preparation and exploration, classical machine learning workflows, computer vision with convolutional neural networks, and natural language processing with deep learning, all delivered as a cohesive progressi

    Jupyter Notebookcomputer-visiondata-analysisdata-science
    View on GitHub↗4,983
  • lux-org/luxlux-org avatar

    lux-org/lux

    5,380View on GitHub↗

    Lux is an automated exploratory data analysis tool designed to generate intelligent visual representations of pandas dataframes. It identifies patterns and trends by recommending optimal chart types and axis mappings based on the statistical attributes of a dataset. The tool functions as an interactive data profiling layer that allows users to browse and query collections of charts using filters and wildcards. It also serves as a visualization code generator, translating automatically produced charts into programmatic code or HTML for manual refinement in external libraries. The system cover

    Python
    View on GitHub↗5,380
See all 30 alternatives to Missingno→

Frequently asked questions

What does residentmario/missingno do?

missingno is a Python library for the visualization and analysis of missing data patterns. It provides a set of tools to profile dataset completeness, map data gaps, and quantify the volume of null values across variables.

What are the main features of residentmario/missingno?

The main features of residentmario/missingno are: Missing Data Analysis, Hierarchical Clustering, Feature Correlation Analysis, Data Analysis & Visualization, Dataframe Visualizers, Exploratory Data Analysis, Missing Data Clustering, Completeness Profilers.

What are some open-source alternatives to residentmario/missingno?

Open-source alternatives to residentmario/missingno include: ydataai/ydata-profiling — Ydata-profiling is an automated exploratory data analysis framework designed to generate comprehensive statistical… man-group/dtale — dtale is a web-based interactive grid and visualizer for pandas dataframes, designed as an exploratory data analysis… nyandwi/machine_learning_complete — This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep… lux-org/lux — Lux is an automated exploratory data analysis tool designed to generate intelligent visual representations of pandas… kanaries/pygwalker — Pygwalker is a library that transforms tabular data into interactive, drag-and-drop interfaces for exploratory… glumpy/glumpy — Python+Numpy+OpenGL: fast, scalable and beautiful scientific visualization.