Metadata-Version: 2.1
Name: outliers_101703013_2
Version: 0.0.2
Summary: Outliers Removal
Home-page: https://github.com/aayush03041/outliers_101703013
Author: Aayush Singla
Author-email: singlaaayush0@gmail.com
License: UNKNOWN
Download-URL: https://github.com/aayush03041/outliers_101703013/archive/v_01.tar.gz
Description: With the help of this package, we can remove the outliers present in the dataset. 
        To do so, the Interquartile range is calculated which is the difference between the third quartile and first quartile.
        The target is to remove the rows having values greater than maximum and less than minimum, 
        where minimum = Q1 - 1.5 * IQR
              maximum = Q3 + 1.5 * IQR
         
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
