Automated Data Cleaning Library
Project description
AutomatedCleaning
AutomatedCleaning is a Python library for automated data cleaning.It helps preprocess and analyze datasets by handling missing values, outliers, spelling corrections, and more.
Features
- Supports both large (100+ GB) and small datasets
- Detects and handles missing values and duplicate records
- Identifies and corrects spelling errors in categorical values
- Detect outliers
- Detects and fixes data imbalance
- Identifies and corrects skewness in numerical data
- Checks for correlation and detects multicollinearity
- Analyzes cardinality in categorical columns
- Identifies and cleans text columns
- Detect JSON-type columns
- Detect and mask PII types of columns
- Performs univariate, bivariate, and multivariate analysis
Installation
pip install AutomatedCleaning
Usage
import automatedcleaning as ac
df = ac.load_data("dataset.csv")
df_cleaned = ac.clean_data(df)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
automatedcleaning-1.4.tar.gz
(29.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file automatedcleaning-1.4.tar.gz.
File metadata
- Download URL: automatedcleaning-1.4.tar.gz
- Upload date:
- Size: 29.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91ff0dfc24ee9199dc48bb5ab66699423ec6c3f4c02a600ad5b2281fb2c8881a
|
|
| MD5 |
ed76f7d27b928d8c5394bb9bf5b821b9
|
|
| BLAKE2b-256 |
9a7fbf6ef4a9f7e9a172604621afde8d192bbcd5eb36d1f9e648f19a6bb97983
|
File details
Details for the file automatedcleaning-1.4-py3-none-any.whl.
File metadata
- Download URL: automatedcleaning-1.4-py3-none-any.whl
- Upload date:
- Size: 29.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a933355c1eacce515acbf033e0550cc8544dd0e61a959cec6c021211a98df93
|
|
| MD5 |
8efa4544a4e4e9d22113d423cb322b60
|
|
| BLAKE2b-256 |
9e1e3eeba28117c0f10e1c1729641152dfd343de0c1ebc1209ddd2dc452df9b5
|