implementation of cleanup data
Project description
cleanup_pypi
#Reference for creating python package official python page
#Reference URL URL helpful for creating python package
This library has 3 functions:-
1) replacing null values
2) standardization the column values
3) finding the variance_inflation_factor value column wise
Points to keep a note
The base minimum parameter which it expects is either a numpy array or a DataFrame.
The only things we need to keep in mind is make sure there is no column in date format if so once you have preprocessed it then use these functions.
If any column has values in dataformat then it may give error.
Also in case of a DataFrame kindly ensure the first column is target column or dependent column. Only then start using this function.
example of use
from cleanup.clean import Dataclean
df = pd.read_csv('UCI_Credit_Card.csv')
dc =Dataclean(df)
df1=dc.standardize()
print(df1)
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
data_cleanup-0.0.6.tar.gz
(3.2 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 data_cleanup-0.0.6.tar.gz.
File metadata
- Download URL: data_cleanup-0.0.6.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23d720f1f5fdab261adcec62322bd8cabe55ecfebbf251ebceefa51deb6187fe
|
|
| MD5 |
2c6ee1fa899423c152a6faca86b0d095
|
|
| BLAKE2b-256 |
f23f6878bfdade9285f8e50e55bc7a61239e8fe9be6b72156fe0d9abd1a25d5c
|
File details
Details for the file data_cleanup-0.0.6-py3-none-any.whl.
File metadata
- Download URL: data_cleanup-0.0.6-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9836f91d4ba74f91d40d494473350347904856102379d0bad7268ecc8feb304f
|
|
| MD5 |
335f09679ad716b837137e6c2e775bf9
|
|
| BLAKE2b-256 |
88b1046e07ee8c36ba773a175550e2032569100f5905d10e8ba0bcfb7227645a
|