Skip to main content

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])
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")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

outlier-remover-csv-1.0.6.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

outlier_remover_csv-1.0.6-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page