Metadata-Version: 2.1
Name: 101703301-Project2
Version: 0.0.1
Summary: Implementation of IQR method
Home-page: UNKNOWN
Author: Kushagra-Thakral
Author-email: kushagra.thakral@gmail.com
License: UNKNOWN
Description: # Outlier Detection and Removal using Inter Quartile Range method
        ## Project1 UCS633
        ### Submitted by Kushagra Thakral 101703301<br>
        Implementation of IQR method to detect and remove outliers from a given dataset.<br>
        run in CMD:<br>
        python3 outlier.py input_file_name.csv output_file_name.csv<br>
        
        
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
