Last updated:
0 purchases
PySparkAudit 1.0.0
# PySparkAudit: PySpark Data Audit
This is our PySpark Data Audit library repositories.
The API can be found at: https://runawayhorse001.github.io/PySparkAudit.
If you want to install it, you can
### Install from PyPI
You can install the PySparkAudit from [PyPI](https://pypi.org/project/PySparkAudit):
pip install PySparkAudit
### Install from Repo
Or you can istall the PySparkAudit from the repo:
#### 1. clone
git clone https://github.com/runawayhorse001/PySparkAudit.git
#### 2. install
cd PySparkAudit
pip install -r requirements.txt
python setup.py install
#### 3. test
cd PySparkAudit/test
python test.py
#### 4. uninstall
pip uninstall PySparkAudit
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.