Metadata-Version: 2.1
Name: PtDa
Version: 0.1.6
Summary: Python package for data analytics.
Home-page: https://github.com/luckyp71/ptda
Author: Lucky Pratama
Author-email: lucky.pratama71@yahoo.com
License: BSD 2-clause
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: scipy

# PtDa

# Python package for data analytics.

## The package provides:
- WOE calculation
- IV calculation
- Numeric and categorical check
- etc

## How to get it?
Binary installers for the latest released version are available at the [Python package index](https://pypi.org/project/PtDa).

```commandline
# with PyPi 
pip install ptda

```

## You could check the source code and documentation on Github:
https://github.com/luckyp71/ptda

## Dependencies
- Pandas
- Numpy
- Scipy


