Metadata-Version: 1.1
Name: datch
Version: 0.1.0
Summary: Check Excel data files
Home-page: http://www.maanrijp.nl
Author: Arvid Hahné
Author-email: arvid@maanrijp.nl
License: GNU GPLv3
Description: # DatCh
        The DatCh data checker checks data files in multiple formats for values and consistancy.
        
        DatCh currently checks for:
        - nan values
        - white space in strings
        - CAPS errors
        - data types
        
        Wish list as optional checks:
        - zero values (or maybe not)
        - outliers (np.abs(float value) > mean + 3 * np.std)
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.7
