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)
- check for null values
- check for duplicates
- check for dtype matching
- 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
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92bdd1be758c13f4e3f59b70b298f1d46620a3372d4bcd5f45f023e51723913b
|
|
| MD5 |
138dd0751b94e9845d4a258432ab1ad4
|
|
| BLAKE2b-256 |
2d818881f9e99dbde3259ee8da1db20ece0fcbadd7933b3debcfb6cda73c296d
|
File details
Details for the file data_quality_tests-0.1.2-py3-none-any.whl.
File metadata
- Download URL: data_quality_tests-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7bfa415d6a1a2dc1bfd6c2c6d5cd497c2c8e8561f83f55ad3981f99340339df
|
|
| MD5 |
ace6213c70d7018bad2f0fde1d2b8719
|
|
| BLAKE2b-256 |
b55d9eddd59632dfe81cfe04e4d402eb8a46e5aabd0cdc0e7350b33cbf4d8a2d
|