Skip to main content

Data Quality Check Library

Project description

DATA QUALITY

A library which acts as a test cases for dataframes. Simply pass in your dataframe after initial import, or at each stage of your EDA to check for data quality with one line of code.

The test cases include(as of now)

  1. check for null values
  2. check for duplicates
  3. check for dtype matching
  4. check for outliers

The test cases work as a Pass/Fail type, where Passed indicates, good data quality and Failed indicates bad data quality

Example:

TEST CASE FOR NULL VALUES: Passed means that the dataframe has no null values. Failed indicates otherwise.

Installation

pip install data-quality-tests

Get Started

How to use this library

from data_quality import DataQuality as dq

#declare any dataframe

df = sns.load_dataset("iris")

#pass the dataframe as below

dq.data_quality_check(df)

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

data-quality-tests-0.1.2.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

data_quality_tests-0.1.2-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file data-quality-tests-0.1.2.tar.gz.

File metadata

  • Download URL: data-quality-tests-0.1.2.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.8

File hashes

Hashes for data-quality-tests-0.1.2.tar.gz
Algorithm Hash digest
SHA256 92bdd1be758c13f4e3f59b70b298f1d46620a3372d4bcd5f45f023e51723913b
MD5 138dd0751b94e9845d4a258432ab1ad4
BLAKE2b-256 2d818881f9e99dbde3259ee8da1db20ece0fcbadd7933b3debcfb6cda73c296d

See more details on using hashes here.

File details

Details for the file data_quality_tests-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for data_quality_tests-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b7bfa415d6a1a2dc1bfd6c2c6d5cd497c2c8e8561f83f55ad3981f99340339df
MD5 ace6213c70d7018bad2f0fde1d2b8719
BLAKE2b-256 b55d9eddd59632dfe81cfe04e4d402eb8a46e5aabd0cdc0e7350b33cbf4d8a2d

See more details on using hashes here.

Supported by

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