A data preprocessing helper consists of your basic preprocessing needs
Project description
PreProcessing Ninja
A PreProcessing library for your basic PreProcessing needs
Features of the package
- impute_missing_value: Helps to impute missing values
- scale_data: Scales the data
- encode_categorical_data: Helps in encoding categorical variables
- remove_outliers: Helps in removing outliers
Use
pip install PreProcessingNinja
Example
from preprocessing_ninja import PreProcessingNinja
ninja = PreProcessingNinja()
#creating column dictionary
d = {
'column1':'mean',
'column2':'mean',
'column3':'most_frequent'
}
#calling method
df = ninja.impute_missing_value(datafra,e, d)
Note
There might be bugs.
Authors
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 PreProcessingNinja-0.0.1.tar.gz.
File metadata
- Download URL: PreProcessingNinja-0.0.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
019a061069c610804e099ae57b0fa77ba4efb02bc3db5baba43de84392502c87
|
|
| MD5 |
d0f199c551fe464666a2b0f2f54c22bc
|
|
| BLAKE2b-256 |
e8cd4b4eed89c9e37a0d3ebccc9bf568c604298dcec3297d370277057fbdd32b
|
File details
Details for the file PreProcessingNinja-0.0.1-py3-none-any.whl.
File metadata
- Download URL: PreProcessingNinja-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2cb50134d50228a1bca565d377b10a510c8fec9e9236f38c816d0f5168aa187d
|
|
| MD5 |
eca11c66411d851d1c70bab133c5802f
|
|
| BLAKE2b-256 |
2fdbc0573dc0e8afdda129881e147b8e93f96538331b95f4fdbf545238ca4b51
|