Skip to main content

Data quality checker.

Project description

This package does summary analysis when data accepted from the client and compares the structure with the reference file. In many practical data science project we had to feed same structure data in the analysis process in regular interval. This package could be helpful for users to check the data structure before feed into the production process or somewhere else.

## How to use:

pip install DataQC

import DataQC

from DataQC import Quick_QC

Quick_QC(INPUT_LOCATION,OUTPUT_LOCATION,REF_LOCATION,SEP)

## Inputs parameters

INPUT_LOCATION = Local folder where data saved.

OUTPUT_LOCATION = Local folder where the output will be saved.

REF_LOCATION = Local folder where reference files saved.

SEP = The separator between data columns.

## Outputs

In the output folder there will be several word files. Among them “Data QC summary” is the merged report using all the word files availabe there.

Change log

0.0.100 (07/03/2022)

First release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

DataQC-0.0.104.tar.gz (7.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page