Metadata-Version: 2.1
Name: pdcheckers
Version: 0.1
Summary: Investigate consistency and dirtiness of a pandas DataFrame
Home-page: https://github.com/umLu/pdcheckers
Author: Luiz P.
Author-email: umluiz@gmail.com
License: UNKNOWN
Description: # PdCheckers
        
        Tool to investigate consistency and dirtiness of a pandas DataFrame
        
        ## Installation
        
        ```shell
        pip install pdcheckers
        ```
        
        ## Usage
        
        Check ```example.ipynb```
        
        ## Data
        
        Original mock data from version 0.1 generated https://mockaroo.com/. Dirtiness introduced.
Keywords: pandas dataframe dirty validation data cleaning
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
