Metadata-Version: 2.1
Name: outlier-naveen
Version: 1.1
Summary: Package for outlier removal
Home-page: UNKNOWN
Author: Naveen Budhwal
Author-email: nbudhwal_be17@thapar.edu
License: UNKNOWN
Description: # 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')
        ```
        
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
