Metadata-Version: 1.1
Name: pyyacp
Version: 0.5
Summary: Add a short description here!
Home-page: http://...
Author: jumbrich
Author-email: jueumb@gmail.com
License: mit
Description: ======
        pyyacp
        ======
        
        
        Yet another Python CSV profiler
        
        
        Description
        ===========
        
        This library allows to profile CSV files, especially columns.
        
        Some of the available profilers:
        
        * ColumnStatsProfiler (compute typical descriptive statistics and summary statistics about column values)
        * ColumPatternProfiler: detect the unicode catgory pattern of a column (e.g. all values consist of 4 digits)
        * Data Type Profiling: Very simple data type profiling (e.g. int, float, unicode, date, datetime)
        * Data Class Profiling: A more comprehensive description about the data type in combinattion with a descriptive statistic.
        
        
        
        
        Note
        ====
        
        This project has been set up using PyScaffold 3.0.3. For details and usage
        information on PyScaffold see http://pyscaffold.org/.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
