An automatic data cleaning and preprocessing library for ML
Project description
dataprepX
dataprepX is an automatic data cleaning and preprocessing library that makes your dataset ready for machine learning with a single command.
Installation
pip install dataprepX
from dataprepX.cleaner import DataPrepX
import pandas as pd
df = pd.read_csv('data.csv')
dp = DataPrepX()
clean_df = dp.fit_transform(df)
Features
Handles missing values
Encodes categorical data
Scales numerical columns
Removes outliers
Generates simple data reports
---
## ⚙️ Step 5: Build your package
Terminal me jao (folder jisme `setup.py` hai) aur likho:
```bash
pip install build twine
python -m build
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
dataprepx-0.1.0.tar.gz
(3.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 dataprepx-0.1.0.tar.gz.
File metadata
- Download URL: dataprepx-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dba39f55df172270c8d152dc990568cd6333fd55bd4387d063a106c3b65b88b0
|
|
| MD5 |
15447b3502b88c0e2b6fea0f0734d41c
|
|
| BLAKE2b-256 |
866f7bcb61f39511d5b3578c471eeb98c7fd562dcaf4be82e22755ddf9b09fd5
|
File details
Details for the file dataprepx-0.1.0-py3-none-any.whl.
File metadata
- Download URL: dataprepx-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7049ac3ed6fdedd841bdc6450fdebc29085c625d6e34937bd91d0cdeb6a84731
|
|
| MD5 |
638a02551e8297fe016e811cdce07f4b
|
|
| BLAKE2b-256 |
d0d39d93f1f4c56737bac94de6f897c0be84adb39501ee4e26ee267721936892
|