data cleaner
Project description
Data Handler Package
Description
The Data Handler Package is designed to simplify data handling tasks, particularly focused on CSV files. It provides various classes and methods to streamline common data operations.
Installation
You can install the package using pip:
pip install DataHandlerForCSV==0.8
Usage
--Missing Value Handler
from program.missing_value_handler import HandleMissingValue as hmv
df = pd.DataFrame({"numbs" : [1, 2, None, 4]})
copy1 = df.copy()
df = hmv.fill_as_mean(copy1, "numbs")
copy2 = df.copy()
df = hmv.fill_as_median(copy2, "numbs")
copy3 = df.copy()
df = hmv.fill_as_constant(copy3, "numbs")
copy4 = df.copy()
df = hmv.drop(copy4, "numbs")
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
datahandlerforcsv-0.9.tar.gz
(1.5 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 datahandlerforcsv-0.9.tar.gz.
File metadata
- Download URL: datahandlerforcsv-0.9.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ce634d9aae9cbfff7a620c0e47e26a4b0ed5e8dd560a8ba9950a08a8da632f5
|
|
| MD5 |
e55bb12c0d0cc65584fecf730f93ea7e
|
|
| BLAKE2b-256 |
8fe6cb84cbfeabf74456f8933ca61313634e1a51c96412ba861915056504a947
|
File details
Details for the file DataHandlerForCSV-0.9-py3-none-any.whl.
File metadata
- Download URL: DataHandlerForCSV-0.9-py3-none-any.whl
- Upload date:
- Size: 1.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf0a02844fa87051eba76b1fb3fbcccbea7eb04ddbb778e2449d7849410d442b
|
|
| MD5 |
2d19fc8012805542cddbf9693aa587cd
|
|
| BLAKE2b-256 |
b94a86402b74086438c78a5b435848fee6044052e4fdd87b2eb3d602cbc00b5b
|