outlier-remover-csv 1.0.6

Creator: railscoder56

Last updated:

Add to Cart

Description:

outlierremovercsv 1.0.6

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])
method is optional. It can be "z_score" or "iqr", by default it is "iqr"
e.g 1. t = outlier.outlier("mydata.csv","out.csv","z_score")
e.g 2. t = outlier.outlier("mydata.csv","out.csv")

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.