A simple and efficient data cleaning library for CSV files
Project description
DataCleanerPro
A lightweight Python library for cleaning CSV datasets quickly and efficiently.
Features
- Remove duplicate rows
- Fill missing values (mean, median, mode, zero)
- Drop unnecessary columns
- Save cleaned datasets easily
Installation
pip install datacleanerpro
Usage
from datacleanerpro import DataCleaner
cleaner = DataCleaner("data.csv")
cleaner.remove_duplicates()
cleaner.fill_missing("mean")
cleaner.drop_columns(["unnecessary_column"])
cleaner.save_cleaned_data("cleaned.csv")
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
datacleanerpro-0.1.1.tar.gz
(3.6 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 datacleanerpro-0.1.1.tar.gz.
File metadata
- Download URL: datacleanerpro-0.1.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
478dc9bd6da6abd4a407a0cf09c4b0f19d2f978d712a1aa4801af0c87955be95
|
|
| MD5 |
50948177939ce1d84db60f23274355f5
|
|
| BLAKE2b-256 |
691086f8e3a1660a179360cc5d1bc5d726c6cc0c706ddb894591f2d251bfa2e8
|
File details
Details for the file datacleanerpro-0.1.1-py3-none-any.whl.
File metadata
- Download URL: datacleanerpro-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4a2d40c32aee804a15653fcbeca2d8012b69d414e9275b99e163ced571b6bbe
|
|
| MD5 |
b59c7cf9b60c2d7b349d2151893365f1
|
|
| BLAKE2b-256 |
455cb431c6aba764ca772c1880a41ce6ec568587802d580bc8f7b8486a3288f6
|