Metadata-Version: 2.1
Name: 101703573_Outlier-pkg-suruchipundir
Version: 0.0.1
Summary: Outlier detection and removal using iqr
Home-page: https://github.com/suruchipundir/outlier_detection
Author: Suruchi Pundir
Author-email: suruchipundir@gmail.com
License: UNKNOWN
Description: 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. 
        
        To run on command line 
        python3 outlier.py filename
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
