awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ResidentMario avatar

ResidentMario/missingno

0
View on GitHub↗
4,209 stele·524 fork-uri·Python·MIT·4 vizualizări

Missingno

missingno este o bibliotecă Python pentru vizualizarea și analiza modelelor de date lipsă. Oferă un set de instrumente pentru a profila completitudinea seturilor de date, a mapa lacunele de date și a cuantifica volumul valorilor nule în variabile.

Biblioteca se diferențiază printr-un analizor de corelație a nulității și un instrument de clustering ierarhic al datelor. Aceste componente permit detectarea dependențelor și tendințelor sistemice prin măsurarea modului în care absența unei variabile se raportează la absența alteia.

Setul de instrumente acoperă capabilități mai largi de auditare a calității datelor și analiză exploratorie. Include funcționalități pentru sumarizarea nulității coloanelor folosind scale liniare și logaritmice, precum și mapare bazată pe matrice pentru a identifica lacunele sistemice în înregistrări.

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.

Istoric stele

Graficul istoricului de stele pentru residentmario/missingnoGraficul istoricului de stele pentru residentmario/missingno

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face residentmario/missingno?

missingno este o bibliotecă Python pentru vizualizarea și analiza modelelor de date lipsă. Oferă un set de instrumente pentru a profila completitudinea seturilor de date, a mapa lacunele de date și a cuantifica volumul valorilor nule în variabile.

Care sunt principalele funcționalități ale residentmario/missingno?

Principalele funcționalități ale residentmario/missingno sunt: Missing Data Analysis, Hierarchical Clustering, Feature Correlation Analysis, Data Analysis & Visualization, Dataframe Visualizers, Exploratory Data Analysis, Missing Data Clustering, Completeness Profilers.

Care sunt câteva alternative open-source pentru residentmario/missingno?

Alternativele open-source pentru residentmario/missingno includ: 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.

Alternative open-source pentru Missingno

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Missingno.
  • ydataai/ydata-profilingAvatar ydataai

    ydataai/ydata-profiling

    13,388Vezi pe 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
    Vezi pe GitHub↗13,388
  • man-group/dtaleAvatar man-group

    man-group/dtale

    5,170Vezi pe 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
    Vezi pe GitHub↗5,170
  • nyandwi/machine_learning_completeAvatar Nyandwi

    Nyandwi/machine_learning_complete

    4,983Vezi pe 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
    Vezi pe GitHub↗4,983
  • lux-org/luxAvatar lux-org

    lux-org/lux

    5,380Vezi pe 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
    Vezi pe GitHub↗5,380
Vezi toate cele 30 alternative pentru Missingno→