Metadata-Version: 2.1
Name: PyWrangler
Version: 0.0.2
Summary: A python package containing some easy-to-use tools for data cleaning / Exploration and ML.
Home-page: https://github.com/pmugenyi/PyWrangler-0.0.2
Author: Peter Mugenyi
Author-email: petermugenyi@gmail.com
License: UNKNOWN
Description: **PyWrangler:**
        
        A python package containing some easy-to-use functions for cleaning data. 
        The package contains functions that allow you explore your data easily to:
        
        - Find missing/null values visually
        - Remove missing values
        - Find categorcial variables in your datatset
        - Remove highly correlated values.
        - Plot bar graphs and automatically add the percentages of variables.
        - Plot twin axis bar graphs
        - Adjust size of bars in bar graphs
        - Machine Learning for classification problems.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
