Package for checking data quality.
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ngdataqualitycheck-0.0.1.tar.gz
.
File metadata
- Download URL: ngdataqualitycheck-0.0.1.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
2da665094cef7cc835f7fc230c314261c99e4f576959f6b616910e01c2b9563b
|
|
MD5 |
bc4d9f10603310a964b8c9910fb7b102
|
|
BLAKE2b-256 |
c3ff76e212a6868939d3cc7c43385ca4690e6c00b6fd919775dc4c205551fece
|
File details
Details for the file ngdataqualitycheck-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: ngdataqualitycheck-0.0.1-py3-none-any.whl
- Upload date:
- Size: 22.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5b4ba2b32f942d5f4b0421386adc25e891b9f434f26aa5e3b6a87dce7be9193e
|
|
MD5 |
a1decb570778c909d054ab10872d718a
|
|
BLAKE2b-256 |
704c973cb3a8c0f0c175d7214b6e0380e79ca9401c5e6dfebb650e7099e3467c
|