Skip to main content

A Python package for removing outliers in dataset using the Interquartile Range technique.

Project description

Outlier Removal Project 2 UCS633

Submitted By:kunal bajaj roll no : 101703297


pypi: https://pypi.org/project/outlier-removal-101703297


In statistics, an outlier is an observation point that is distant from other observations.

Interquartile Range Method is used which mean if a data point lies below lower_quartile-1.5iqr or above upper_quartile+1.5iqr then it is a outlier

Installing the package

Run the following command to install from command line:

pip install outlier-removal-101703297


In Command Prompt:

>> remove-outliers data.csv

In Python IDLE:

>>> from outlier_removal.outlier import remove_outliers
>>> new_file = pd.read_csv('input_data.csv')
>>> remove_outliers(new_file)

<br>

## Output
Will shows the removed outliers

<br>


Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

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

Source Distribution

outlier-removal-101703297-1.0.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

outlier_removal_101703297-1.0-py3-none-any.whl (3.8 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