A Python package for data preparation tasks.
Project description
DataPrepKitP
A Python library for data preparation tasks.
Features
Read data from CSV, Excel, and JSON files. Summarize data with statistical measures. Handle missing values by removing or imputing. Encode categorical data using one-hot encoding.
Installation
pip install DataPrepKitP
Usage
import DataPrepKitP as dp
Read data from a CSV file
data = dp.read_data('data.csv')
Summarize the data
dp.data_summary(data)
Handle missing values by imputing with the strategy: {'mean', 'median', 'mode', 'drop'}, default='mean'
data = dp.handle_missing_values(data, strategy='mean')
Encode categorical data
data = dp.encode_categorical_data(data, 'column_name')
License
This project is licensed under the MIT License.
Contact
If you have any questions or suggestions, please feel free to contact me at roqaiahjamil@gmail.com.
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
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 DataPrepKitP-0.1.2.tar.gz.
File metadata
- Download URL: DataPrepKitP-0.1.2.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbf7b0966c13a8b76b82ed2114f1e152f4e5e4b0f05830bb6d796584d56a3b04
|
|
| MD5 |
ad53f61da9e1881a8fe2145de65e9a12
|
|
| BLAKE2b-256 |
d2969ec6f8417e2b7a1a0bd76e9367dbdb59284a3abdbc97905881d1df0cc127
|
File details
Details for the file DataPrepKitP-0.1.2-py3-none-any.whl.
File metadata
- Download URL: DataPrepKitP-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
513c349e3c00ffde2e420bef8d389f4acdda336af7ae9a512b245ce435308a5b
|
|
| MD5 |
f46a9cd42e1582637d406c878e351c91
|
|
| BLAKE2b-256 |
2a2c758709a062138d34d16cd1aca62a1a3d228bdbb287876a50c56ff864f421
|