Skip to content

kjam/datafuzz

Repository files navigation

datafuzz

image

image

Documentation Status

Updates

A data-science library built for testing cleaning, schema validation and model robustness. Datafuzz messes up your data so you can test things before they go wrong in production.

Features

  • Transform your data by adding noise to a subset of your rows
  • Duplicate data to test your duplication handling
  • Generate synthetic data for use in your testing suite
  • Insert random "dumb" fuzzing strategies to see how your tools cope with bad data
  • Seamlessly handle normal input and output types including CSVs, JSON, SQL, numpy and pandas

Installation

Install datafuzz by running:

$ pip install datafuzz

Recommended use is with a proper Virtual Environment (learn more about virtual environments <http://docs.python-guide.org/en/latest/dev/virtualenvs/>).

For more details see Installation Instructions.

Contribute

Support

If you are having issues, please let reach out via the Repository issues.

License

The project is licensed under the BSD license.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

A data science Python library aimed at adding fuzz, noise and other issues to your data for testing purposes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published