Metadata-Version: 2.1
Name: pyyacp
Version: 0.5
Summary: Add a short description here!
Home-page: http://...
Author: jumbrich
Author-email: jueumb@gmail.com
License: mit
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Dist: dtpattern
Requires-Dist: pyanycsv
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: structlog
Requires-Dist: requests
Requires-Dist: cchardet
Requires-Dist: markupsafe
Requires-Dist: pyjuhelpers
Requires-Dist: click
Requires-Dist: jinja2

======
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/.


