LICENSE
README.md
pyproject.toml
datra/__init__.py
datra/audit.py
datra/cleaner.py
datra/defaults.py
datra.egg-info/PKG-INFO
datra.egg-info/SOURCES.txt
datra.egg-info/dependency_links.txt
datra.egg-info/requires.txt
datra.egg-info/top_level.txt
datra/checks/__init__.py
datra/checks/completeness.py
datra/checks/outliers.py
datra/checks/profile.py
datra/checks/uniqueness.py
datra/checks/validate.py
datra/cleaning/__init__.py
datra/cleaning/columns.py
datra/cleaning/duplicates.py
datra/cleaning/missing.py
datra/io/__init__.py
datra/io/load.py
datra/io/save.py
datra/reports/__init__.py
datra/reports/builder.py
datra/reports/exporter.py
datra/reports/templates.py
datra/scoring/__init__.py
datra/scoring/score.py
tests/test_audit.py
tests/test_builder.py
tests/test_checks.py
tests/test_clean.py
tests/test_completeness.py
tests/test_exporter.py
tests/test_load.py
tests/test_outliers.py
tests/test_profile.py
tests/test_save.py
tests/test_score.py
tests/test_uniqueness.py