Skip to main content

Package for checking data quality.

Project description

ngdataqualitycheck

ngdataqualitycheck a Python package for checking data quality and generating the data quality report.

Current Release Version Current Release Version

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


Download files

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

Source Distribution

ngdataqualitycheck-0.0.1.tar.gz (20.7 kB view hashes)

Uploaded Source

Built Distribution

ngdataqualitycheck-0.0.1-py3-none-any.whl (22.1 kB view hashes)

Uploaded Python 3

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