anirudhbagri / PyAudit

Python Data Audit

Home Page:https://runawayhorse001.github.io/PyAudit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyAudit: Python Data Audit

logo

Pypi Version Build Status License

This is our Python Data Audit library repositories. The API can be found at: https://runawayhorse001.github.io/PyAudit. If you want to install it, you can

Install from PyPI

You can install the PyAudit from PyPI:

pip install PyAudit

Install from Repo

Or you can istall the PyAudit from the repo:

1. clone

git clone https://github.com/runawayhorse001/PyAudit.git

2. install

cd PyAudit
pip install -r requirements.txt 
python setup.py install

3. test

cd PyAudit/test
python test.py

4. uninstall

pip uninstall PyAudit

About

Python Data Audit

https://runawayhorse001.github.io/PyAudit/


Languages

Language:Jupyter Notebook 97.2%Language:Python 2.8%