Metadata-Version: 2.1
Name: broompy
Version: 1.1.0
Summary: A simple data cleaning tool for Python.
Home-page: https://github.com/juanduranc/cleanassist.git
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 package clean Assist is a simple 
        library designed to help data scientists observe a summary 
        of their DataFrame to facilitate cleaning. This library 
        also displays charts to view the normal approximation of 
        your variables.
        
        Main Features
        -------------
          - Display DataFrame variables and reveal features 
            that require cleaning or inspection.
          - 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.
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
