A data-science library built for testing cleaning, schema validation and model robustness. It messes up your data so you can test your data engineering and data science code (before it breaks in production).
Project description
datafuzz
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.
Free software: BSD license
Documentation: https://datafuzz.readthedocs.io.
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
Issue Tracker: https://github.com/kjam/datafuzz/issues
Source Code: https://github.com/kjam/datafuzz
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.
History
0.1.2 (2023-03-28)
Update python versions
Fix several nondeterministic bugs
0.1.0 (2017-09-13)
First release on PyPI.
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 Distributions
Built Distribution
File details
Details for the file datafuzz-0.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: datafuzz-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 40.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a006f8d43b805ab1360ef1d6e2f37511d3bd9538eab76881ad90f9360442387 |
|
MD5 | c5665b060b5f06da47232c24a486bd33 |
|
BLAKE2b-256 | 2b0c6f9c0042e5b8936d76c9cdcb81be64dfdacd3ee3f4896ed01269da25ddb5 |