ngdataqualitycheck
ngdataqualitycheck a Python package for checking data quality and generating the data quality report.
Table of contents:
Installation:
To install the package in your local environment, open a terminal inside your project directory and type:
pip install ngdataqualitycheck
To upgrade the already existing installation, run
pip install -U ngdataqualitycheck
Usage:
Here is how you can use the package in your working environment.
# import the package
from ngdataqualitycheck import generate_report
# define the filename
filename = 'sample.csv'
# call the method
generate_report(filename)
This will generate a consolidated word document along with three csv files that contains the global statistics, profile schema and the profile summary.
Release files for ngdataqualitycheck 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ngdataqualitycheck-0.0.1.tar.gz | 20.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ngdataqualitycheck-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 42.8 kB
Release files / ngdataqualitycheck-0.0.1.tar.gz
| Download URL | ngdataqualitycheck-0.0.1.tar.gz |
|---|---|
| Size | 20.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2da665094cef7cc835f7fc230c314261c99e4f576959f6b616910e01c2b9563b
|
|
BLAKE2b-256 checksum How to use checksums |
c3ff76e212a6868939d3cc7c43385ca4690e6c00b6fd919775dc4c205551fece
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.0
|
Release files / ngdataqualitycheck-0.0.1-py3-none-any.whl
| Download URL | ngdataqualitycheck-0.0.1-py3-none-any.whl |
|---|---|
| Size | 22.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5b4ba2b32f942d5f4b0421386adc25e891b9f434f26aa5e3b6a87dce7be9193e
|
|
BLAKE2b-256 checksum How to use checksums |
704c973cb3a8c0f0c175d7214b6e0380e79ca9401c5e6dfebb650e7099e3467c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.0
|