Package for removing outliers from a dataset
Naveen Budhwal
COE-16
Roll number: 101703362
Description
Package for removing outliers from a given dataset using the IQR method.
Installation
pip install outlier_naveen
Command Line Arguments
outlier_naveen <input_filename>.csv <output_filename>.csv
First argument is the input csv filename containing the dataset. The second argument is the name of the output csv file that will store the modified dataset.
Use via py script
from outlier_naveen import remove_outliers
remove_outliers('<input_filename>.csv', '<output_filename>.csv')
Release files for outlier-naveen 1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| outlier-naveen-1.1.tar.gz | 2.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| outlier_naveen-1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.5 kB