awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ResidentMario avatar

ResidentMario/missingno

0
View on GitHub↗
4,209 نجوم·524 تفرعات·Python·MIT·4 مشاهدات

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.

سجل النجوم

مخطط تاريخ النجوم لـ residentmario/missingnoمخطط تاريخ النجوم لـ residentmario/missingno

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

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-profilingالصورة الرمزية لـ ydataai

    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/dtaleالصورة الرمزية لـ man-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_completeالصورة الرمزية لـ Nyandwi

    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/luxالصورة الرمزية لـ lux-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
عرض جميع البدائل الـ 30 لـ Missingno→