Outlier remover tool
Project description
outlier_remover
A outlier removal tool, removes outlier row-wise using z-score or InterQuartile Range method
PyPI Project link here
Usage
Use below commands to install and use- pip install outlier-remover-csv
- python3 >>>from outlier import outlier
>>>t = outlier.outlier(input_filename,output_filename,[method])
e.g 1. t = outlier.outlier("mydata.csv","out.csv","z_score")
e.g 2. t = outlier.outlier("mydata.csv","out.csv")
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
Close
Hashes for outlier-remover-csv-1.0.6.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f9372cfa859ee426ad4bdc7bfad84cd723ce03430a3b89c8db1b3db4ea7de1c |
|
MD5 | d59054ca02b861dcef9ea4b0ac3454b8 |
|
BLAKE2b-256 | b5608df1fea5e28c4254eb9533349440a39502d25da524bb233ea722a95ae512 |
Close
Hashes for outlier_remover_csv-1.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3a2a0ac2e0d5fb82cfa118c1c50414d21f37d7bdead244b7744b0e1d35fc510 |
|
MD5 | afe35a7b32145df92c6bcadd26f988fb |
|
BLAKE2b-256 | f24b5c38aadb9b0c7d1ebdf8302888343b5b7b0415b6f98c8bf0fa77f61e0acc |