Metadata-Version: 2.1
Name: broompy
Version: 2.1.8
Summary: Data cleaning tool for Python
Home-page: https://github.com/juanduranc/broompy
Author: Juan Duran
Author-email: juan.duran.info@gmail.com
License: MIT
Description: 
        broompy - a simple data cleaning tool for Python
        ===================================================
        
        **broompy** is a Python library designed to help 
        data scientists observe a summary of their 
        Dataset and facilitate data cleaning. It reveals 
        features that require cleaning or inspection. 
        This library also displays charts to view the normal 
        approximation of variable distributions and generates 
        scatter plot to visualize correlation.
        
        Github: https://github.com/juanduranc/broompy
        
        Main Features
        -------------
          - Display count of null and available data.
          - Display mean, median and 1.5 IQR outliers count.
          - Identify data types of each variable.
          - Identify count of unique values per variable.
          - Identify the normal approximation using pvalue.
          - Show a dataset sample to understand data content.
          - Visualize trends with histograms and scatter plot.
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
