Skip to main content

Test Driven Data Analysis

Project description

What is it?

The TDDA Python module provides command-line and Python API support for the overall process of data analysis, through the following tools:

  • Reference Testing: extensions to unittest and pytest for managing testing of data analysis pipelines, where the results are typically much larger, and more complex, than single numerical values.

  • Constraints: tools (and API) for discovery of constraints from data, for validation of constraints on new data, and for anomaly detection.

  • Finding Regular Expressions: tools (and API) for automatically inferring regular expressions from text data.

Documentation

http://tdda.readthedocs.io

Installation

The simplest way to install all of the TDDA Python modules is using pip:

pip install tdda

The full set of sources, including all examples, are downloadable from PyPi with:

pip download –no-binary :all: tdda

The sources are also publicly available from Github:

git clone git@github.com:tdda/tdda.git

Documentation is available at http://tdda.readthedocs.io.

If you clone the Github repo, use

python setup.py install

afterwards to install the command-line tools (tdda and rexpy).

Reference Tests

The tdda.referencetest library is used to support the creation of reference tests, based on either unittest or pytest.

These are like other tests except:

  1. They have special support for comparing strings to files and files to files.

  2. That support includes the ability to provide exclusion patterns (for things like dates and versions that might be in the output).

  3. When a string/file assertion fails, it spits out the command you need to diff the output.

  4. If there were exclusion patterns, it also writes modified versions of both the actual and expected output and also prints the diff command needed to compare those.

  5. They have special support for handling CSV files.

  6. It supports flags (-w and -W) to rewrite the reference (expected) results once you have confirmed that the new actuals are correct.

For more details from a source distribution or checkout, see the README.md file and examples in the referencetest subdirectory.

Constraints

The tdda.constraints library is used to ‘discover’ constraints from a (Pandas) DataFrame, write them out as JSON, and to verify that datasets meet the constraints in the constraints file.

For more details from a source distribution or checkout, see the README.md file and examples in the constraints subdirectory.

Finding Regular Expressions

The tdda repository also includes rexpy, a tool for automatically inferring regular expressions from a single field of data examples.

Resources

Resources on these topics include:

All examples, tests and code run under Python 2.7, Python 3.5 and Python 3.6.

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

tdda-0.5.15.tar.gz (186.3 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

tdda-0.5.15-py3-none-any.whl (231.1 kB view details)

Uploaded Python 3

tdda-0.5.15-py2-none-any.whl (231.1 kB view details)

Uploaded Python 2

File details

Details for the file tdda-0.5.15.tar.gz.

File metadata

  • Download URL: tdda-0.5.15.tar.gz
  • Upload date:
  • Size: 186.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for tdda-0.5.15.tar.gz
Algorithm Hash digest
SHA256 a94963154ffef760d7555b046b25d93f53226fbaea4763c5977dacd9fb98f423
MD5 3f5a10a3b59c7481fb900a2412bfc28d
BLAKE2b-256 f0d08b7c4e9782f92686b150c904db8accd2b1be23b9cf79c1c6955b43c0f24c

See more details on using hashes here.

File details

Details for the file tdda-0.5.15-py3-none-any.whl.

File metadata

File hashes

Hashes for tdda-0.5.15-py3-none-any.whl
Algorithm Hash digest
SHA256 9425775e49d0300e725ae5ebb6decae9c3ca94def5081d852e0ce83402ef1be9
MD5 55cc70ea962a816fda5490b1ad5eba63
BLAKE2b-256 5b2141e5c30334e0150022f25932e7efbaa358d3f731e6deb4dd280d2ae8b7c1

See more details on using hashes here.

File details

Details for the file tdda-0.5.15-py2-none-any.whl.

File metadata

File hashes

Hashes for tdda-0.5.15-py2-none-any.whl
Algorithm Hash digest
SHA256 9858e6c4b47271515546b560aca1e6b6d5b37a9982e0e98a893e4979d2bcfc97
MD5 5c20af68641b739592d70a3cc8f10a8d
BLAKE2b-256 28325af18ab6c358904a7ee033ee5fba7f6f50849bc66b9a32da8c10f9389302

See more details on using hashes here.

Supported by

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