Metadata-Version: 2.1
Name: outliers-101703325
Version: 0.0.1
Summary: A Simple Package to detect and remove outliers using Inter-Quatile Range
Home-page: UNKNOWN
Author: Maninder Singhr
Author-email: manindersinghsandhu563@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



This is a simple package to use Inter-Quartile Range to detect and remove the outliers.
It shows the number of outliers removed and data after removal of outliers is saved in another file
which is provided.

To run file use python outliers.py "data.csv" "writing.csv" 

