Visualize data quality
Project description
vizdataquality
This is a Python package for visualizing data quality, and has two main parts. One is software that helps you comprehensively profile and investigate data quality using this six-step workflow:
- Look at your data (is anything obviously wrong?)
- Watch out for special values
- Is any data missing?
- Check each variable
- Check combinations of variables
- Profile the cleaned data
The other is software for investigating patterns and structures of missing values in your data. When a given pattern of missing values has been found to be associated with other factors or attributes of the data then it becomes a "structure of missingness". Patterns and structures of missing values are part of Step 5 of the workflow, because they involve combinations of variables.
Documentation
The vizdataquality documentation is hosted on Read the Docs.
Installation
We recommend installing vizdataquality in a python virtual environment or Conda environment.
To install vizdataquality, most users should run:
pip install 'vizdataquality'
Tutorials
The package includes notebooks that show you how to:
- Calculate a set of data quality attributes and output them to a file
- Use each type of plot, e.g., datetime value distribution
- Create a report while you investigate data quality and profile a dataset
- Apply the six-step workflow to an open parking fines dataset
After installing vizdataquality, to follow theses tutorials interactively you will need to clone or download this repository. Then start jupyter from within it:
python -m jupyter notebook notebooks
Development
- Documentation is built on readthedocs.com from main branch
- PyPi pulls on creating a release on project repository on GitHub.
Notice
The vizdataquality software is released under the Apache Licence, version 2.0. See LICENCE for details.
The file missing_data_functions.py contains some code that has been derived from setvis, which uses the same licence as vizdataquality. The same person leads the development of both packages.
Acknowledgements
The development of the vizdataquality software was supported by funding from the Engineering and Physical Sciences Research Council (EP/N013980/1; EP/R511717/1) and the Alan Turing Institute.
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
Built Distribution
File details
Details for the file vizdataquality-1.1.1.tar.gz
.
File metadata
- Download URL: vizdataquality-1.1.1.tar.gz
- Upload date:
- Size: 54.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96328df7cc00ab464e7ed778254d4464d615c937f25e83c1a4783e070b7dd116 |
|
MD5 | fd99cd8e28d2728986a66ffde6c38a81 |
|
BLAKE2b-256 | 692b4b424c9416012883d13672d185231ac38eece13bb41f1b02a1a57b899e93 |
File details
Details for the file vizdataquality-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: vizdataquality-1.1.1-py3-none-any.whl
- Upload date:
- Size: 59.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bfb3555b06a78132b528a09faa82e8da63abdf58a41cde10bb6b31c14b572a9e |
|
MD5 | 370c96a6ab9b34a652de92e2482692e7 |
|
BLAKE2b-256 | fd7d9799bd2e0c260844413a11f1ddb63917fca2980830fccf5ab3a5d372c513 |