Metadata-Version: 2.4
Name: devg-humanerror
Version: 0.1.0
Summary: Automatic correction of human-entry errors in tabular data
Author: Dev Ganjawalla
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: license-file

\# devg-humanerror



A tiny Python library to rescue your datasets from human data-entry errors 😎  

Created by Dev Ganjawalla because finger slips happen.



\## Features

\- Detect repeated digits like 777 → 77.7

\- Leading-digit corrections like 222 → 122

\- Prechecks for symmetry, moderate spread, unimodal clusters

\- Temperature parameter to adjust aggressiveness



\## Installation



```bash

pip install devg-humanerror



