LICENSE
README.md
pyproject.toml
src/sanipy/__init__.py
src/sanipy/api.py
src/sanipy/cli.py
src/sanipy/comparison.py
src/sanipy/comparison_reports.py
src/sanipy/config.py
src/sanipy/diagnostics.py
src/sanipy/exceptions.py
src/sanipy/reports.py
src/sanipy.egg-info/PKG-INFO
src/sanipy.egg-info/SOURCES.txt
src/sanipy.egg-info/dependency_links.txt
src/sanipy.egg-info/entry_points.txt
src/sanipy.egg-info/requires.txt
src/sanipy.egg-info/top_level.txt
src/sanipy/_checks/__init__.py
src/sanipy/_checks/categorical_cardinality.py
src/sanipy/_checks/constant_features.py
src/sanipy/_checks/correlations.py
src/sanipy/_checks/dataset_overview.py
src/sanipy/_checks/distribution_shape.py
src/sanipy/_checks/duplicate_rows.py
src/sanipy/_checks/identifier_columns.py
src/sanipy/_checks/leakage_risk.py
src/sanipy/_checks/missing_values.py
src/sanipy/_checks/outlier_detection.py
src/sanipy/_checks/target_analysis.py
src/sanipy/_comparison/__init__.py
src/sanipy/_comparison/runner.py
src/sanipy/_engine/__init__.py
src/sanipy/_engine/context.py
src/sanipy/_engine/runner.py
src/sanipy/_utils/__init__.py
src/sanipy/_utils/dataframe_ops.py
src/sanipy/_utils/text_formatting.py
src/sanipy/_utils/type_detection.py
tests/test_cardinality.py
tests/test_cli.py
tests/test_cli_compare.py
tests/test_comparison.py
tests/test_comparison_edge_cases.py
tests/test_config.py
tests/test_constants.py
tests/test_correlation.py
tests/test_diagnostics.py
tests/test_duplicates.py
tests/test_edge_cases.py
tests/test_id_columns.py
tests/test_integration.py
tests/test_leakage.py
tests/test_missing.py
tests/test_outliers.py
tests/test_overview.py
tests/test_reports.py
tests/test_skewness.py
tests/test_target.py