awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ResidentMario avatar

ResidentMario/missingno

0
View on GitHub↗
4,209 星标·524 分支·Python·MIT·5 次浏览

Missingno

missingno 是一个用于缺失数据模式可视化和分析的 Python 库。它提供了一套工具来分析数据集的完整性、映射数据缺口并量化变量中空值的数量。

该库通过空值相关性分析器和分层数据聚类工具脱颖而出。这些组件允许通过测量一个变量的缺失如何与另一个变量的缺失相关联,来检测系统性依赖和趋势。

该工具集涵盖了更广泛的数据质量审计和探索性分析功能。它包括使用线性和对数刻度进行列空值汇总的功能,以及用于识别记录中系统性缺口的基于矩阵的映射。

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 历史

residentmario/missingno 的 Star 历史图表residentmario/missingno 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

residentmario/missingno 是做什么的?

missingno 是一个用于缺失数据模式可视化和分析的 Python 库。它提供了一套工具来分析数据集的完整性、映射数据缺口并量化变量中空值的数量。

residentmario/missingno 的主要功能有哪些?

residentmario/missingno 的主要功能包括:Missing Data Analysis, Hierarchical Clustering, Feature Correlation Analysis, Data Analysis & Visualization, Dataframe Visualizers, Exploratory Data Analysis, Missing Data Clustering, Completeness Profilers。

residentmario/missingno 有哪些开源替代品?

residentmario/missingno 的开源替代品包括: 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.

Missingno 的开源替代方案

相似的开源项目,按与 Missingno 的功能重合度排序。
  • ydataai/ydata-profilingydataai 的头像

    ydataai/ydata-profiling

    13,388在 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
    在 GitHub 上查看↗13,388
  • man-group/dtaleman-group 的头像

    man-group/dtale

    5,170在 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
    在 GitHub 上查看↗5,170
  • nyandwi/machine_learning_completeNyandwi 的头像

    Nyandwi/machine_learning_complete

    4,983在 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
    在 GitHub 上查看↗4,983
  • lux-org/luxlux-org 的头像

    lux-org/lux

    5,380在 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
    在 GitHub 上查看↗5,380
查看 Missingno 的所有 30 个替代方案→