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
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file outlier-removal-101703297-1.0.tar.gz.
File metadata
- Download URL: outlier-removal-101703297-1.0.tar.gz
- Upload date:
- Size: 2.4 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.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed1df1feb37f038f308654e02bbd0044a20ea6c3ee0a91ef224e4907b93f9b31
|
|
| MD5 |
14743bac6087ce172c67e197f9e9825e
|
|
| BLAKE2b-256 |
752e60c5fa228b4705715dd30b37ad92926f01d7a9390ec83aa7f9b1dee71afb
|
File details
Details for the file outlier_removal_101703297-1.0-py3-none-any.whl.
File metadata
- Download URL: outlier_removal_101703297-1.0-py3-none-any.whl
- Upload date:
- Size: 3.8 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.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19d980db635e4e77021dbe3d464237666202670f4e6406d2eb3c69afc3cb14e0
|
|
| MD5 |
db9623713b7aeaf524b3f3f13e779856
|
|
| BLAKE2b-256 |
f126b340386bf49eb506acdd9b281532ad7d180f60cb2a7b2701234c21f46a42
|