Metadata-Version: 2.1
Name: outlier-101703139
Version: 2.0.0
Summary: A Python package to remove outliers from a dataset.
Home-page: UNKNOWN
Author: Bharat Chauhan
Author-email: bharatchauhan752000@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: pandas

OUTLIER

A Python package to remove outliers from dataset.

Following query on terminal will provide you the outlier removal detail.

Usages:

python outlier-101703139.py <InputDataFile> <OutputDataFile>

Example:Â 

For any dataset

pass the arguments as follows:

python outlier-101703139.py input_data.csv output_data.csv

