Metadata-Version: 2.1
Name: Outliers-101703319
Version: 1.0.2
Summary: A python package for removing outliers from a dataset using InterQuartile Range (IQR)
Home-page: UNKNOWN
Author: Manav Kumar
Author-email: manav1811kumar@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
Requires-Dist: requests

This readme file is going to define some dependencies of this library before using it
This package implements the module for Outlier Removal. Make sure your data does not contain any NULL values in it. Provide the source and destination csv files while executing the code on your local machine.
Install all the dependencies.

