Handle both categorical and non-categorical missing values
Project description
Handle-Missing-Values
Create and save .csv file with replaced categorical and non-categorical missing values
Brief
Replaces missing non-categorical values with mean of respective columns and uses KNN for missing categorical valuesUsage
Use below commands in python terminal:-
>>>from missing import missing
>>>t = missing.missing(input_filename,output_filename,methods)
e.g . t = missing.missing("mydata.csv","out.csv","replace")
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
File details
Details for the file handle-missing-csv-0.0.1.tar.gz
.
File metadata
- Download URL: handle-missing-csv-0.0.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3e06c03afa105ea2d865106b1c05ab3bc77a8e926ea768ef518d5b78ae3ff235
|
|
MD5 |
d1929763230d7233c8535ce60463e517
|
|
BLAKE2b-256 |
9d1e14d0acbb75274f0317759ea27129840249afdb704f399b5b21d469843c5d
|
File details
Details for the file handle_missing_csv-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: handle_missing_csv-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
958ca83c37deade22a051801dd99d517696670fc2ca5d6974e2e76d6f9e444c9
|
|
MD5 |
794ccf4f32f44da74ba06a6715b47ce5
|
|
BLAKE2b-256 |
2fe08d4a84cc88a1762777265b4e15fad8e2f2550d7b4d36bfa636227a429dad
|