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
Release files for completely 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| completely-0.1.0.tar.gz | 2.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| completely-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.0 kB
Release files / completely-0.1.0.tar.gz
| Download URL | completely-0.1.0.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0c65dd13530310c0c3ac53d59a85c61a662c2d09dabc39d78fff60ee58113c45
|
|
BLAKE2b-256 checksum How to use checksums |
eaf1b5ef00a0d9c1138a688537ae0647e4b0c0e884d8707edf02c4a7e67b177b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.0
|
Release files / completely-0.1.0-py3-none-any.whl
| Download URL | completely-0.1.0-py3-none-any.whl |
|---|---|
| Size | 2.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
faffcbd417ba78366e9cfc02859b019f8da9d5c337671c5495a68d5863d4fd38
|
|
BLAKE2b-256 checksum How to use checksums |
d89b8358fdee00df701fd98ba1532efbb66ac1e6adf14869a2c35ada519358c7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.0
|