VMan3 Data Quality Toolkit
Project description
VMan3 Data Quality Toolkit
A Python package for processing and quality checking VMan3 data.
Features
Automatically marks skipped questions based on relevance expression Handles complex ODK relevance expressions Case-insensitive variable matching Detailed debugging output
Installation
pip install vman3-dq
Usage
import pandas as pd
from vman3_dq import change_null_toskipped
# Load your data
data_df = pd.read_csv('va_data.csv')
dict_df = pd.read_csv('dictionary.csv')
# Process the data
processed_data = change_null_toskipped(data_df, dict_df, verbose=True)
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
vman3_dq-0.1.1.tar.gz
(14.0 kB
view details)
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
vman3_dq-0.1.1-py3-none-any.whl
(14.1 kB
view details)
File details
Details for the file vman3_dq-0.1.1.tar.gz.
File metadata
- Download URL: vman3_dq-0.1.1.tar.gz
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e503cadbbe72022bb4961f8e1355852234d9acd2abf2de3fb0befd71cecd64bb
|
|
| MD5 |
283047c5cd38074a959b9023af5fa7f9
|
|
| BLAKE2b-256 |
86b1e41a8e9549fe9b3d69e0d843e1e7907256467f4a32747772b163b478010f
|
File details
Details for the file vman3_dq-0.1.1-py3-none-any.whl.
File metadata
- Download URL: vman3_dq-0.1.1-py3-none-any.whl
- Upload date:
- Size: 14.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea78465180793ff71db9f3d6a1e168d692935156f0cd4420251baa6b98531a9a
|
|
| MD5 |
14e6c3e5d65405a8dc68f3f8ef3c05bb
|
|
| BLAKE2b-256 |
e06407909ca1a7729597d9186ab13eebce66f5f5d25659580195e206ef84aec1
|