LICENSE
README.md
pyproject.toml
src/datawash/__init__.py
src/datawash.egg-info/PKG-INFO
src/datawash.egg-info/SOURCES.txt
src/datawash.egg-info/dependency_links.txt
src/datawash.egg-info/entry_points.txt
src/datawash.egg-info/requires.txt
src/datawash.egg-info/top_level.txt
src/datawash/adapters/__init__.py
src/datawash/adapters/base.py
src/datawash/adapters/csv_adapter.py
src/datawash/adapters/excel_adapter.py
src/datawash/adapters/json_adapter.py
src/datawash/adapters/parquet_adapter.py
src/datawash/cli/__init__.py
src/datawash/cli/formatters.py
src/datawash/cli/main.py
src/datawash/codegen/__init__.py
src/datawash/codegen/generator.py
src/datawash/core/__init__.py
src/datawash/core/cache.py
src/datawash/core/config.py
src/datawash/core/dtypes.py
src/datawash/core/exceptions.py
src/datawash/core/models.py
src/datawash/core/report.py
src/datawash/core/sampling.py
src/datawash/detectors/__init__.py
src/datawash/detectors/base.py
src/datawash/detectors/duplicate_detector.py
src/datawash/detectors/format_detector.py
src/datawash/detectors/missing_detector.py
src/datawash/detectors/outlier_detector.py
src/datawash/detectors/pii_detector.py
src/datawash/detectors/registry.py
src/datawash/detectors/similarity_detector.py
src/datawash/detectors/type_detector.py
src/datawash/profiler/__init__.py
src/datawash/profiler/engine.py
src/datawash/profiler/parallel.py
src/datawash/profiler/patterns.py
src/datawash/profiler/statistics.py
src/datawash/suggestors/__init__.py
src/datawash/suggestors/base.py
src/datawash/suggestors/engine.py
src/datawash/suggestors/prioritizer.py
src/datawash/transformers/__init__.py
src/datawash/transformers/base.py
src/datawash/transformers/categories.py
src/datawash/transformers/columns.py
src/datawash/transformers/duplicates.py
src/datawash/transformers/formats.py
src/datawash/transformers/missing.py
src/datawash/transformers/pii.py
src/datawash/transformers/registry.py
src/datawash/transformers/types.py
tests/test_adapters.py
tests/test_cache.py
tests/test_cli.py
tests/test_codegen.py
tests/test_detectors.py
tests/test_dtypes.py
tests/test_edge_cases.py
tests/test_integration.py
tests/test_parallel.py
tests/test_pii_detector.py
tests/test_profiler.py
tests/test_sampling.py
tests/test_suggestors.py
tests/test_transformers.py