A library which can deal with Nan values in a dataframe
Project description
# NanDealer This library takes your dataframe with Nan values and performs the functions to deal with nan values, and then returns the dataframe with only numerical columns. For input it can take data frame with categorical columns as well, and in output only numerical columns will be returned.
## Installation pip install NanDealer
## How to use it? ###Step 1: Import the nanDealer class. ###Step 2: Read any dataframe. ###step 3: Pass your dataframe to the Nan values handling methods of nanDealer class. ###step 4: You will receive a dataframe with Nan values converted according to the method used and the dataframe will be free from all categorical columns. ###Step 5: If your dataframe does not have any Nan values, then no modification will happen in your dataframe apart from removal of categorical data.
####You can see the example of that in Test.py class by navigating to github.
## License MIT License
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
File details
Details for the file NanDealer-1.0.1.tar.gz.
File metadata
- Download URL: NanDealer-1.0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57c9ef19a7ce823c3207e37ede40e366f17a9a548c66a24202f6b63c2db207a7
|
|
| MD5 |
516faef6c9ec0e9bc216c4ad7ed4421a
|
|
| BLAKE2b-256 |
867f6e3de29ca3d78c8b599cda7e6d05acdd0cd527b7831ff611cdc897aae05a
|