LICENSE
README.md
pyproject.toml
src/edaprep/__init__.py
src/edaprep/_version.py
src/edaprep/config.py
src/edaprep/exceptions.py
src/edaprep/py.typed
src/edaprep/types.py
src/edaprep.egg-info/PKG-INFO
src/edaprep.egg-info/SOURCES.txt
src/edaprep.egg-info/dependency_links.txt
src/edaprep.egg-info/requires.txt
src/edaprep.egg-info/top_level.txt
src/edaprep/backends/__init__.py
src/edaprep/backends/base.py
src/edaprep/backends/pandas_backend.py
src/edaprep/core/__init__.py
src/edaprep/core/base.py
src/edaprep/core/context.py
src/edaprep/core/journal.py
src/edaprep/core/pipeline.py
src/edaprep/eda/__init__.py
src/edaprep/eda/analyzer.py
src/edaprep/eda/categorical.py
src/edaprep/eda/correlation.py
src/edaprep/eda/numerical.py
src/edaprep/eda/outliers.py
src/edaprep/eda/target.py
src/edaprep/planning/__init__.py
src/edaprep/planning/decisions.py
src/edaprep/planning/planner.py
src/edaprep/planning/rules.py
src/edaprep/preprocessing/__init__.py
src/edaprep/preprocessing/casting.py
src/edaprep/preprocessing/datetime_features.py
src/edaprep/preprocessing/duplicates.py
src/edaprep/preprocessing/encoding.py
src/edaprep/preprocessing/missing.py
src/edaprep/preprocessing/outliers.py
src/edaprep/preprocessing/scaling.py
src/edaprep/preprocessing/selection.py
src/edaprep/preprocessing/text.py
src/edaprep/preprocessing/transformations.py
src/edaprep/profiling/__init__.py
src/edaprep/profiling/column_types.py
src/edaprep/profiling/profiler.py
src/edaprep/profiling/quality.py
src/edaprep/profiling/statistics.py
src/edaprep/reporting/__init__.py
src/edaprep/reporting/html.py
src/edaprep/reporting/report.py
src/edaprep/visualization/__init__.py
src/edaprep/visualization/plots.py
tests/test_column_types.py
tests/test_eda.py
tests/test_leakage.py
tests/test_pipeline.py
tests/test_profiler.py
tests/test_statistics.py
tests/test_transformers.py