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

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

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

Quartz/bad-data-guide

0
View on GitHub↗
4,120 星标·398 分支·15 次浏览

Bad Data Guide

这是一个参考资料和指南集合,专注于实施数据审计框架。它作为一个数据质量参考指南和数据集验证手册,用于识别数据集中的常见结构性和统计性错误。

该项目提供了一个结构化的数据清洗知识库,包含真实世界数据错误的目录以及用于检测和解决这些错误的实用策略。它包括用于评估数据来源和聚合信息可靠性的特定框架。

该材料涵盖了广泛的数据分析功能,包括用于检测篡改的统计完整性验证、用于识别总体偏差的抽样有效性评估,以及诸如编码问题等结构性错误检测方法。它还描述了通过光学字符识别 (OCR) 从视觉文档中恢复表格信息的过程。

Features

  • Data Audit Frameworks - Implements a comprehensive framework for evaluating sampling validity, provenance, and aggregation reliability in datasets.
  • Dataset Quality Auditing - Identifies common errors and unreliable patterns in real-world datasets to prevent mistakes during the analytical process.
  • Data Auditing - Identifies patterns of unreliable data such as suspicious default values and inconsistent spelling.
  • Data Cleaning Procedures - Provides workflows for finding and resolving structural errors and inconsistent values using expert-led mitigation strategies.
  • Data Error Mitigation Strategies - Provides suggested solutions and mitigation strategies for data errors, categorized by the expert best equipped to fix them.
  • Data Quality Profilers - References common real-world data errors and applies methods to resolve or mitigate those issues.
  • Statistical Integrity Validators - Provides a framework for identifying analytical errors and deceptive patterns like p-hacking to ensure statistical integrity.
  • Data Quality Guides - Provides a comprehensive catalog of real-world data errors with practical strategies for detection and resolution.
  • Data Quality Taxonomies - Organizes data quality issues into a structured hierarchy based on their root cause and impact.
  • Statistical Anomaly Heuristics - Implements rule-based heuristic checks to identify statistical anomalies and population sampling biases.
  • Integrity Signature Matching - Identifies unreliable data by matching observed values against known signatures of software errors and human bias.
  • Data Extraction and OCR - Extracts and recovers tabular information from PDFs and scanned images using OCR tools.
  • OCR Document Parsers - Utilizes OCR-driven document parsing to extract structured tabular information from images and scanned PDFs.
  • Document Data Extraction - Recovers structured tabular data from PDFs and scanned images using optical character recognition processes.
  • Data Provenance Frameworks - Enables investigation of collection processes and tracking of manual changes to determine information reliability.
  • Provenance Chain Analysis - Evaluates data reliability by tracing the chain of custody and manual modifications from source to final set.
  • Structural Dataset Error Detection - Identifies technical issues such as truncated spreadsheets and garbled text encoding caused by software limits.
  • Dataset Validation Manuals - Provides a technical reference for spotting glitches like encoding errors and truncated files in raw data.
  • Benford's Law Analysis - Identifies deceptive data patterns using red flags like p-hacking and Benford's Law failures.
  • Population Bias Evaluations - Evaluates whether a dataset is representative by checking for non-random samples and biased population collection.
  • Sampling Representativeness Assessments - Checks for non-random samples and biased populations to determine if a dataset is representative.
  • Machine Learning - Reference for identifying and handling problematic datasets.

Star 历史

quartz/bad-data-guide 的 Star 历史图表quartz/bad-data-guide 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Bad Data Guide 的开源替代方案

相似的开源项目,按与 Bad Data Guide 的功能重合度排序。
  • dathere/qsvdathere 的头像

    dathere/qsv

    3,687在 GitHub 上查看↗

    qsv is a high-performance command line toolkit for querying, transforming, and analyzing comma-separated value files. It functions as a data wrangling interface and a tabular data profiler, featuring a query engine capable of executing SQL statements and joins directly on flat files without requiring a database. The project is distinguished by its ability to process massive datasets that exceed available system memory. This is achieved through disk-based external memory processing, including multithreaded merge sorting, on-disk hash tables for deduplication, and lightweight file indexing for

    Rustaickancsv
    在 GitHub 上查看↗3,687
  • gojek/feastgojek 的头像

    gojek/feast

    7,095在 GitHub 上查看↗

    Feast is a machine learning feature store and MLOps data infrastructure layer. It provides a centralized system for managing and serving features across offline training and online production environments, utilizing an online feature serving layer for low-latency retrieval. The project centers on a feature registry that acts as a central catalog for defining, governing, and discovering feature services. It employs a unified data access layer to decouple feature retrieval from physical storage and includes a point-in-time data generator to create historically accurate training datasets that pr

    Python
    在 GitHub 上查看↗7,095
  • data-centric-ai-community/ydata-profilingData-Centric-AI-Community 的头像

    Data-Centric-AI-Community/ydata-profiling

    13,618在 GitHub 上查看↗

    This library provides a diagnostic toolkit for automated data profiling and exploratory analysis. It generates comprehensive statistical summaries and visual reports for tabular datasets, enabling users to identify distribution patterns, missing values, and quality anomalies through a unified interface. The project distinguishes itself by offering differential analysis, which allows for the comparison of two dataset versions to track structural and statistical changes over time. It supports large-scale data processing through lazy evaluation and provides interactive widgets that embed directl

    Python
    在 GitHub 上查看↗13,618
  • datawhalechina/joyful-pandasdatawhalechina 的头像

    datawhalechina/joyful-pandas

    5,164在 GitHub 上查看↗

    This project is a comprehensive pandas data analysis tutorial and instructional guide designed for learning data manipulation and analysis. It serves as a tabular data processing guide and a manual for time series analysis, providing a structured approach to cleaning, merging, and transforming datasets. The repository functions as a data feature engineering course, providing tutorials on constructing and selecting dataset features to improve machine learning model performance. It also includes a vectorized data operations guide for performing element-wise mathematical computations and matrix

    Jupyter Notebookpandas
    在 GitHub 上查看↗5,164
查看 Bad Data Guide 的所有 30 个替代方案→

常见问题解答

quartz/bad-data-guide 是做什么的?

这是一个参考资料和指南集合,专注于实施数据审计框架。它作为一个数据质量参考指南和数据集验证手册,用于识别数据集中的常见结构性和统计性错误。

quartz/bad-data-guide 的主要功能有哪些?

quartz/bad-data-guide 的主要功能包括:Data Audit Frameworks, Dataset Quality Auditing, Data Auditing, Data Cleaning Procedures, Data Error Mitigation Strategies, Data Quality Profilers, Statistical Integrity Validators, Data Quality Guides。

quartz/bad-data-guide 有哪些开源替代品?

quartz/bad-data-guide 的开源替代品包括: dathere/qsv — qsv is a high-performance command line toolkit for querying, transforming, and analyzing comma-separated value files.… gojek/feast — Feast is a machine learning feature store and MLOps data infrastructure layer. It provides a centralized system for… data-centric-ai-community/ydata-profiling — This library provides a diagnostic toolkit for automated data profiling and exploratory analysis. It generates… cleanlab/cleanlab — Cleanlab is a data-centric AI library and toolkit designed to improve machine learning model performance by detecting… datawhalechina/joyful-pandas — This project is a comprehensive pandas data analysis tutorial and instructional guide designed for learning data… javascriptdata/danfojs — Danfo.js is a data analysis and preprocessing library for JavaScript that provides high-performance labeled data…