A simple tool to measure data completeness
Project description
completely
High-quality data is extremely important nowadays. But before you start cleaning/processing it, you might want to check how complete the dataset really is:
from completely import measure
data = [{'name': 'Bob', 'age': 42}, {'name': 'Alice', 'age': None}, {'name': '', 'age': 100}]
print(measure(data))
# Output: 0.667
completely currently works with:
- Lists of strings / ints / floats
- Lists of dicts
- Nested lists of one of the above
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
completely-0.1.0.tar.gz
(2.1 kB
view hashes)
Built Distribution
Close
Hashes for completely-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | faffcbd417ba78366e9cfc02859b019f8da9d5c337671c5495a68d5863d4fd38 |
|
MD5 | ab30ef4a9a3225404a47d428c7f845de |
|
BLAKE2b-256 | d89b8358fdee00df701fd98ba1532efbb66ac1e6adf14869a2c35ada519358c7 |