Last updated:
0 purchases
outlierpypck 1.0.0
Outlier Removal by IQR or z-score in python
Project2 for DATA ANALYSIS AND VISUALISATION(UCS633)
Nishchay Mahajan COE18
Roll number: 101703377
Output is a CSV file with outlier rows removed
Installation
pip install outlier-pypck
Upgrade
pip install outlier-pypck --upgrade
To use via command line
python3 outlier.py file_name.csv IQR or z_score
To use in python IDLE
>>>from outlier_pypck.outlier import outlier
>>>outlier("Filename","IQR" or "z_score")
Output
Number of Rows removed
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.