README.md
pyproject.toml
datadoctor/__init__.py
datadoctor/_compat.py
datadoctor/anomalies.py
datadoctor/audit.py
datadoctor/cli.py
datadoctor/compare.py
datadoctor/drift.py
datadoctor/fix.py
datadoctor/investigate.py
datadoctor/loader.py
datadoctor/models.py
datadoctor/pii.py
datadoctor/score.py
datadoctor/validate.py
datadoctor/analyzers/__init__.py
datadoctor/analyzers/drift_analyzer.py
datadoctor/analyzers/duplicate.py
datadoctor/analyzers/format_analyzer.py
datadoctor/analyzers/null_analyzer.py
datadoctor/analyzers/outlier.py
datadoctor/analyzers/pii_analyzer.py
datadoctor/analyzers/type_analyzer.py
datadoctor/fixing/__init__.py
datadoctor/fixing/engine.py
datadoctor/reporting/__init__.py
datadoctor/reporting/json_reporter.py
datadoctor/reporting/terminal.py
datadoctor/scoring/__init__.py
datadoctor/scoring/engine.py
dataruff.egg-info/PKG-INFO
dataruff.egg-info/SOURCES.txt
dataruff.egg-info/dependency_links.txt
dataruff.egg-info/entry_points.txt
dataruff.egg-info/requires.txt
dataruff.egg-info/top_level.txt
tests/test_anomalies.py
tests/test_audit.py
tests/test_cli.py
tests/test_compare.py
tests/test_drift.py
tests/test_fix.py
tests/test_investigate.py
tests/test_loader.py
tests/test_pii.py
tests/test_reporting.py
tests/test_score.py
tests/test_validate.py