Metadata-Version: 2.1
Name: Outlier-Removal-101703571
Version: 0.0.1
Summary: Python package for Outlier Removal using Row Removal method.
Home-page: UNKNOWN
Author: Sunishka Jain
Author-email: sunishkajain15@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

﻿# Outlier Removal Package

In statistics, an outlier is an observation point that is distant from other observations. The outliers can be a result of a mistake during data collection or it can be just an indication of variance in your data. The package uses interquartile range method to detect and remove outliers from a csv file. 


## Installation

$ python3 Outlier_Removal_101703571.py filename
> Link for installation has also been provided above


