Skip to main content

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


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)

Uploaded Source

Built Distribution

completely-0.1.0-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page