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 DataQualityTests 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.4.1.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.4.1-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for data-quality-tests-0.1.4.1.tar.gz
Algorithm Hash digest
SHA256 8530ecc2ba23697941aa1137b91b9541351d4cdf8e3e5815ca375586268cca23
MD5 20f35097d3ab9828b9a42344022735f2
BLAKE2b-256 27ec8b783f7954963ebbd66ede0b89709137ff4d0a3cf872fc2ab2fce834a82e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for data_quality_tests-0.1.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 275496b15165107a0ab26b324137b3882e84f978df1fd2a3eb07c5c57c89db51
MD5 11e3faa1d348af28d4bbbe63aacbe3ac
BLAKE2b-256 c6b6e95ec25b88858424879dccb64e4e4112d5d2492ced36daa2a175cb6de77d

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